diff options
author | Andres Freund <andres@anarazel.de> | 2015-08-10 13:28:18 +0200 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2015-08-10 13:28:18 +0200 |
commit | 5c4b25accebb5d35358bb0c19b841d8d9b064e46 (patch) | |
tree | 5c6add01ba4551cb350a470ffd3b0d282ddfd2be /src/backend/executor/nodeModifyTable.c | |
parent | 70fd0e14e806a4d0ed31b19d92e1f9f140ef686d (diff) | |
download | postgresql-5c4b25accebb5d35358bb0c19b841d8d9b064e46.tar.gz postgresql-5c4b25accebb5d35358bb0c19b841d8d9b064e46.zip |
Fix copy & paste mistake in pg_get_replication_slots().
XLogRecPtr was compared with InvalidTransactionId instead of
InvalidXLogRecPtr. As both are defined to the same value this doesn't
cause any actual problems, but it's still wrong.
Backpatch: 9.4-master, bug was introduced in 9.4
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions