Skip to content

PostgreSQL 18 support #134

Description

@devrimgunduz

Hi,

v18 beta1 is out. pg_profile builds fine against it, but regression tests fail. A sample is below. Can you please take a look? Thanks! Devrim

 /* Testing sample creation */
 -- (sample 1)
 SELECT server,result FROM profile.take_sample();
- server | result
---------+--------
- local  | OK
+ server |                                               result
+--------+-----------------------------------------------------------------------------------------------------
+ local  | Unsupported pg_stat_statements extension version.                                                  +
+        | PL/pgSQL function collect_pg_stat_statements_stats(jsonb,integer,integer,integer) line 329 at RAISE+
+        | SQL statement "SELECT collect_pg_stat_statements_stats(server_properties, sserver_id, s_id, topn)" +
+        | PL/pgSQL function take_sample(integer,boolean) line 639 at PERFORM                                 +
+        | PL/pgSQL function take_sample_subset(integer,integer) line 37 at assignment                        +
+        | SQL function "take_sample" statement 1                                                             +
+        |
 (1 row)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions