Commit 4cb0950c authored by Tom Lane's avatar Tom Lane

Fix small but critical typo ...

parent f19238e0
......@@ -17,6 +17,6 @@ typedef struct RelFileNode
#define RelFileNodeEquals(node1, node2) \
((node1).relNode == (node2).relNode && \
(node2).tblNode == (node2).tblNode)
(node1).tblNode == (node2).tblNode)
#endif /* RELFILENODE_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment