Home
last modified time | relevance | path

Searched refs:rbtxn_has_catalog_changes (Results 1 – 25 of 37) sorted by relevance

12

/dports/databases/pglogical/pglogical-REL2_4_0/compat96/
H A Dpglogical_compat.h47 #ifndef rbtxn_has_catalog_changes
48 #define rbtxn_has_catalog_changes(txn) (txn->has_catalog_changes) macro
/dports/databases/pglogical/pglogical-REL2_4_0/compat95/
H A Dpglogical_compat.h63 #ifndef rbtxn_has_catalog_changes
64 #define rbtxn_has_catalog_changes(txn) (txn->has_catalog_changes) macro
/dports/databases/pglogical/pglogical-REL2_4_0/compat13/
H A Dpglogical_compat.h78 #ifndef rbtxn_has_catalog_changes
79 #define rbtxn_has_catalog_changes(txn) (txn->has_catalog_changes) macro
/dports/databases/pglogical/pglogical-REL2_4_0/compat14/
H A Dpglogical_compat.h77 #ifndef rbtxn_has_catalog_changes
78 #define rbtxn_has_catalog_changes(txn) (txn->has_catalog_changes) macro
/dports/databases/pglogical/pglogical-REL2_4_0/compat12/
H A Dpglogical_compat.h78 #ifndef rbtxn_has_catalog_changes
79 #define rbtxn_has_catalog_changes(txn) (txn->has_catalog_changes) macro
/dports/databases/pglogical/pglogical-REL2_4_0/compat10/
H A Dpglogical_compat.h70 #ifndef rbtxn_has_catalog_changes
71 #define rbtxn_has_catalog_changes(txn) (txn->has_catalog_changes) macro
/dports/databases/pglogical/pglogical-REL2_4_0/compat94/
H A Dpglogical_compat.h158 #ifndef rbtxn_has_catalog_changes
159 #define rbtxn_has_catalog_changes(txn) (txn->has_catalog_changes) macro
/dports/databases/pglogical/pglogical-REL2_4_0/compat11/
H A Dpglogical_compat.h74 #ifndef rbtxn_has_catalog_changes
75 #define rbtxn_has_catalog_changes(txn) (txn->has_catalog_changes) macro
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/include/replication/
H A Dreorderbuffer.h168 #define rbtxn_has_catalog_changes(txn) \ macro
/dports/databases/postgresql13-server/postgresql-13.5/src/include/replication/
H A Dreorderbuffer.h168 #define rbtxn_has_catalog_changes(txn) \ macro
/dports/databases/postgresql13-client/postgresql-13.5/src/include/replication/
H A Dreorderbuffer.h168 #define rbtxn_has_catalog_changes(txn) \ macro
/dports/databases/postgresql13-contrib/postgresql-13.5/src/include/replication/
H A Dreorderbuffer.h168 #define rbtxn_has_catalog_changes(txn) \
/dports/databases/postgresql13-docs/postgresql-13.5/src/include/replication/
H A Dreorderbuffer.h168 #define rbtxn_has_catalog_changes(txn) \ macro
/dports/databases/postgresql13-plpython/postgresql-13.5/src/include/replication/
H A Dreorderbuffer.h168 #define rbtxn_has_catalog_changes(txn) \ macro
/dports/databases/postgresql13-plperl/postgresql-13.5/src/include/replication/
H A Dreorderbuffer.h168 #define rbtxn_has_catalog_changes(txn) \ macro
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/replication/
H A Dreorderbuffer.h181 #define rbtxn_has_catalog_changes(txn) \ macro
/dports/databases/postgresql14-server/postgresql-14.1/src/include/replication/
H A Dreorderbuffer.h181 #define rbtxn_has_catalog_changes(txn) \ macro
/dports/databases/postgresql14-docs/postgresql-14.1/src/include/replication/
H A Dreorderbuffer.h181 #define rbtxn_has_catalog_changes(txn) \ macro
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/replication/
H A Dreorderbuffer.h181 #define rbtxn_has_catalog_changes(txn) \ macro
/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/replication/
H A Dreorderbuffer.h181 #define rbtxn_has_catalog_changes(txn) \ macro
/dports/databases/postgresql14-contrib/postgresql-14.1/src/include/replication/
H A Dreorderbuffer.h181 #define rbtxn_has_catalog_changes(txn) \ macro
/dports/databases/postgresql14-client/postgresql-14.1/src/include/replication/
H A Dreorderbuffer.h181 #define rbtxn_has_catalog_changes(txn) \ macro
/dports/databases/pglogical/pglogical-REL2_4_0/
H A Dpglogical_proto_json.c57 rbtxn_has_catalog_changes(txn) ? 't' : 'f'); in pglogical_json_write_begin()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/replication/logical/
H A Dreorderbuffer.c1351 if (!rbtxn_has_catalog_changes(txn) || dlist_is_empty(&txn->tuplecids)) in ReorderBufferBuildTupleCidHash()
2290 return rbtxn_has_catalog_changes(txn); in ReorderBufferXidHasCatalogChanges()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/replication/logical/
H A Dreorderbuffer.c1351 if (!rbtxn_has_catalog_changes(txn) || dlist_is_empty(&txn->tuplecids)) in ReorderBufferBuildTupleCidHash()
2290 return rbtxn_has_catalog_changes(txn); in ReorderBufferXidHasCatalogChanges()

12