Content-Length: 267802 | pFad | http://github.com/postgrespro/postgres_cluster/commit/3d0dcc5c7fb9cfc349d1b2d476a1c0c5d64522bd

DE Fix spurious compiler warning in nbtxlog.c. · postgrespro/postgres_cluster@3d0dcc5 · GitHub
Skip to content

Commit 3d0dcc5

Browse files
Fix spurious compiler warning in nbtxlog.c.
Cleanup from commit dd299df. Per complaint from Tom Lane.
1 parent 7d3bf73 commit 3d0dcc5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/backend/access/nbtree/nbtxlog.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,10 @@ btree_xlog_split(bool onleft, XLogReaderState *record)
266266
Page lpage = (Page) BufferGetPage(lbuf);
267267
BTPageOpaque lopaque = (BTPageOpaque) PageGetSpecialPointer(lpage);
268268
OffsetNumber off;
269-
IndexTuple newitem,
270-
left_hikey;
271-
Size newitemsz,
272-
left_hikeysz;
269+
IndexTuple newitem = NULL,
270+
left_hikey = NULL;
271+
Size newitemsz = 0,
272+
left_hikeysz = 0;
273273
Page newlpage;
274274
OffsetNumber leftoff;
275275

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/3d0dcc5c7fb9cfc349d1b2d476a1c0c5d64522bd

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy