Skip to content

Commit 10eb7df

Browse files
committed
Use correct macro for reltablespace.
It's an OID. WRITE_UINT_FIELD is identical to WRITE_OID_FIELD, but let's be tidy. Mark Dilger
1 parent 7442a88 commit 10eb7df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/nodes/outfuncs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1784,7 +1784,7 @@ _outRelOptInfo(StringInfo str, const RelOptInfo *node)
17841784
WRITE_NODE_FIELD(cheapest_unique_path);
17851785
WRITE_NODE_FIELD(cheapest_parameterized_paths);
17861786
WRITE_UINT_FIELD(relid);
1787-
WRITE_UINT_FIELD(reltablespace);
1787+
WRITE_OID_FIELD(reltablespace);
17881788
WRITE_ENUM_FIELD(rtekind, RTEKind);
17891789
WRITE_INT_FIELD(min_attr);
17901790
WRITE_INT_FIELD(max_attr);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy