Skip to content

Commit 8f02491

Browse files
committed
update to pgmq 1.4.2
1 parent 0fc4760 commit 8f02491

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

nix/tests/expected/extensions_sql_interface.out

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,7 @@ order by
122122
vector | t
123123
wrappers | f
124124
xml2 | f
125-
<<<<<<< HEAD
126-
(81 rows)
127-
=======
128-
(79 rows)
129-
>>>>>>> 95a20bc (add public interface test coverage)
125+
(82 rows)
130126

131127
/*
132128

@@ -1319,6 +1315,7 @@ order by
13191315
pgmq | pgmq | delete | queue_name text, msg_ids bigint[] | SETOF bigint
13201316
pgmq | pgmq | detach_archive | queue_name text | void
13211317
pgmq | pgmq | drop_queue | queue_name text, partitioned boolean | boolean
1318+
pgmq | pgmq | format_table_name | queue_name text, prefix text | text
13221319
pgmq | pgmq | list_queues | | SETOF pgmq.queue_record
13231320
pgmq | pgmq | metrics | queue_name text | pgmq.metrics_result
13241321
pgmq | pgmq | metrics_all | | SETOF pgmq.metrics_result
@@ -5134,11 +5131,7 @@ order by
51345131
xml2 | public | xpath_table | text, text, text, text, text | SETOF record
51355132
xml2 | public | xslt_process | text, text | text
51365133
xml2 | public | xslt_process | text, text, text | text
5137-
<<<<<<< HEAD
5138-
(4953 rows)
5139-
=======
5140-
(4966 rows)
5141-
>>>>>>> 95a20bc (add public interface test coverage)
5134+
(4979 rows)
51425135

51435136
/*
51445137

nix/tests/prime.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ create extension old_snapshot;
3030
create extension pageinspect;
3131
create extension pg_backtrace;
3232
create extension pg_buffercache;
33-
create extension pg_backtrace;
3433

3534
/*
3635
TODO: Does not enable locally mode

0 commit comments

Comments
 (0)