mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Fix small but critical typo ...
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user