Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2e3d7fc

Browse files
committed
Merge branch 'PGPRO9_5_ptrack' into PGPRO9_5
2 parents63ababb +c4479da commit2e3d7fc

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
gotofull_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
externDatumpg_start_backup(PG_FUNCTION_ARGS);
1717
externDatumpg_stop_backup(PG_FUNCTION_ARGS);
1818
externDatumpg_ptrack_clear(PG_FUNCTION_ARGS);
19+
externDatumpg_ptrack_get_and_clear(PG_FUNCTION_ARGS);
1920
externDatumpg_switch_xlog(PG_FUNCTION_ARGS);
2021
externDatumpg_create_restore_point(PG_FUNCTION_ARGS);
2122
externDatumpg_current_xlog_location(PG_FUNCTION_ARGS);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp