Skip to content

Commit c4479da

Browse files
committed
Add declare pg_ptrack_get_and_clear in header.
1 parent c7d2aed commit c4479da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/include/access/xlog_fn.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
extern Datum pg_start_backup(PG_FUNCTION_ARGS);
1717
extern Datum pg_stop_backup(PG_FUNCTION_ARGS);
1818
extern Datum pg_ptrack_clear(PG_FUNCTION_ARGS);
19+
extern Datum pg_ptrack_get_and_clear(PG_FUNCTION_ARGS);
1920
extern Datum pg_switch_xlog(PG_FUNCTION_ARGS);
2021
extern Datum pg_create_restore_point(PG_FUNCTION_ARGS);
2122
extern Datum pg_current_xlog_location(PG_FUNCTION_ARGS);

0 commit comments

Comments
 (0)