Skip to content
Snippets Groups Projects
Commit 4cb0950c authored by Tom Lane's avatar Tom Lane
Browse files

Fix small but critical typo ...

parent f19238e0
Branches
Tags
No related merge requests found
......@@ -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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment