Skip to content

Commit 896949a

Browse files
authored
Add commands/publicationcmds.h to generated pg_sys bindings (pgcentralfoundation#2221)
I was looking to use `pg_sys::AlterPublicationOwner` in a utility extension at PlanetScale and noticed it wasn't included in the generated bindings. The functions in `publicationcmds.h` seem similarly useful to other command headers like `event_trigger.h`.
1 parent c019e91 commit 896949a

6 files changed

Lines changed: 6 additions & 0 deletions

File tree

pgrx-pg-sys/include/pg13.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
#include "commands/prepare.h"
8383
#include "commands/proclang.h"
8484
#include "commands/progress.h"
85+
#include "commands/publicationcmds.h"
8586
#include "commands/seclabel.h"
8687
#include "commands/tablespace.h"
8788
#include "commands/tablecmds.h"

pgrx-pg-sys/include/pg14.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
#include "commands/prepare.h"
8383
#include "commands/proclang.h"
8484
#include "commands/progress.h"
85+
#include "commands/publicationcmds.h"
8586
#include "commands/seclabel.h"
8687
#include "commands/tablespace.h"
8788
#include "commands/tablecmds.h"

pgrx-pg-sys/include/pg15.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
#include "commands/prepare.h"
8484
#include "commands/proclang.h"
8585
#include "commands/progress.h"
86+
#include "commands/publicationcmds.h"
8687
#include "commands/seclabel.h"
8788
#include "commands/tablespace.h"
8889
#include "commands/tablecmds.h"

pgrx-pg-sys/include/pg16.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
#include "commands/prepare.h"
8585
#include "commands/proclang.h"
8686
#include "commands/progress.h"
87+
#include "commands/publicationcmds.h"
8788
#include "commands/seclabel.h"
8889
#include "commands/tablespace.h"
8990
#include "commands/tablecmds.h"

pgrx-pg-sys/include/pg17.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
#include "commands/prepare.h"
8585
#include "commands/proclang.h"
8686
#include "commands/progress.h"
87+
#include "commands/publicationcmds.h"
8788
#include "commands/seclabel.h"
8889
#include "commands/tablespace.h"
8990
#include "commands/tablecmds.h"

pgrx-pg-sys/include/pg18.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
#include "commands/prepare.h"
8585
#include "commands/proclang.h"
8686
#include "commands/progress.h"
87+
#include "commands/publicationcmds.h"
8788
#include "commands/seclabel.h"
8889
#include "commands/tablespace.h"
8990
#include "commands/tablecmds.h"

0 commit comments

Comments
 (0)