We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d2aed commit c4479daCopy full SHA for c4479da
src/include/access/xlog_fn.h
@@ -16,6 +16,7 @@
16
extern Datum pg_start_backup(PG_FUNCTION_ARGS);
17
extern Datum pg_stop_backup(PG_FUNCTION_ARGS);
18
extern Datum pg_ptrack_clear(PG_FUNCTION_ARGS);
19
+extern Datum pg_ptrack_get_and_clear(PG_FUNCTION_ARGS);
20
extern Datum pg_switch_xlog(PG_FUNCTION_ARGS);
21
extern Datum pg_create_restore_point(PG_FUNCTION_ARGS);
22
extern Datum pg_current_xlog_location(PG_FUNCTION_ARGS);
0 commit comments