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

Commita51cc7e

Browse files
committed
Suppress uninitialized-variable warning.
Apparently Andres' compiler is smart enough to see that hpagemust be initialized before use ... but mine isn't.
1 parentecfed4a commita51cc7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/backend/access/heap/heapam.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6986,6 +6986,7 @@ heap_compute_xid_horizon_for_tuples(Relation rel,
69866986

69876987
/* Iterate over all tids, and check their horizon */
69886988
hblkno=InvalidBlockNumber;
6989+
hpage=NULL;
69896990
for (inti=0;i<nitems;i++)
69906991
{
69916992
ItemPointerhtid=&tids[i];

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp