Skip to content

Commit aa92451

Browse files
authored
fix: custom scripts were not configured to run correctly (#1422)
* fix: custom scripts were not configured to run correctly * chore: updated pg_regress to reflect updated config
1 parent 5ccf795 commit aa92451

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

nix/tests/expected/z_15_ext_interface.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1339,7 +1339,7 @@ order by
13391339
pgmq | pgmq | delete | queue_name text, msg_id bigint | boolean
13401340
pgmq | pgmq | delete | queue_name text, msg_ids bigint[] | SETOF bigint
13411341
pgmq | pgmq | detach_archive | queue_name text | void
1342-
pgmq | pgmq | drop_queue | queue_name text, partitioned boolean | boolean
1342+
pgmq | pgmq | drop_queue | queue_name text | boolean
13431343
pgmq | pgmq | format_table_name | queue_name text, prefix text | text
13441344
pgmq | pgmq | list_queues | | SETOF pgmq.queue_record
13451345
pgmq | pgmq | metrics | queue_name text | pgmq.metrics_result

0 commit comments

Comments
 (0)