Skip to content

Commit 2e3d7fc

Browse files
committed
Merge branch 'PGPRO9_5_ptrack' into PGPRO9_5
2 parents 63ababb + c4479da commit 2e3d7fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/backend/access/heap/ptrack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ ptrack_get_and_clear(Oid tablespace_oid, Oid table_oid)
284284
elog(WARNING, "InvalidOid");
285285
goto full_end;
286286
}
287-
287+
288288
rel = RelationIdGetRelation(RelidByRelfilenode(tablespace_oid, table_oid));
289289

290290
if (rel == InvalidRelation)

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)