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

Commitf6a7bef

Browse files
committed
Fix MAKE_ALL_TUPLES_VISIBLE define.
1 parent5845bfb commitf6a7bef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/utils/time/tqual.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Portions Copyright (c) 1994, Regents of the University of California
1717
*
1818
* IDENTIFICATION
19-
* $PostgreSQL: pgsql/src/backend/utils/time/tqual.c,v 1.83 2005/02/2014:57:47 momjian Exp $
19+
* $PostgreSQL: pgsql/src/backend/utils/time/tqual.c,v 1.84 2005/02/2015:00:16 momjian Exp $
2020
*
2121
*-------------------------------------------------------------------------
2222
*/
@@ -961,7 +961,7 @@ HeapTupleSatisfiesSnapshot(HeapTupleHeader tuple, Snapshot snapshot,
961961
}
962962

963963
/* This is to be used only for disaster recovery and requires serious analysis. */
964-
#ifdefMAKE_ALL_TUPLES_VISIBLE
964+
#ifndefMAKE_ALL_TUPLES_VISIBLE
965965
return false;
966966
#else
967967
return true;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp