diff options
author | Andres Freund <andres@anarazel.de> | 2015-08-10 13:28:19 +0200 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2015-08-10 13:28:19 +0200 |
commit | d4ad167d9577cca8c75fee329e2765d930e0c29f (patch) | |
tree | c97292afc057ea5b9c5d83a225672030fabca375 /src/backend/access/gist | |
parent | 68b5c08c3978a1ff76b4bc354bf892c7eb8df5c8 (diff) | |
download | postgresql-d4ad167d9577cca8c75fee329e2765d930e0c29f.tar.gz postgresql-d4ad167d9577cca8c75fee329e2765d930e0c29f.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/access/gist')
0 files changed, 0 insertions, 0 deletions