Skip to content

Commit 92ac6ea

Browse files
committed
pg_rollback_prepared_xacts() function #1
1 parent ca30948 commit 92ac6ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/include/utils/builtins.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,6 +1285,7 @@ extern Datum tsm_system_handler(PG_FUNCTION_ARGS);
12851285

12861286
/* access/transam/twophase.c */
12871287
extern Datum pg_prepared_xact(PG_FUNCTION_ARGS);
1288+
extern Datum pg_rollback_prepared_xacts(PG_FUNCTION_ARGS);
12881289

12891290
/* access/transam/multixact.c */
12901291
extern Datum pg_get_multixact_members(PG_FUNCTION_ARGS);

0 commit comments

Comments
 (0)