Content-Length: 256782 | pFad | http://github.com/postgrespro/postgres/commit/10eb7dfa9b7499d603d09a141b9ae4e36b14393f

36 Use correct macro for reltablespace. · postgrespro/postgres@10eb7df · GitHub
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)








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/commit/10eb7dfa9b7499d603d09a141b9ae4e36b14393f

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy