forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd4ad167
committed
Fix copy & paste mistake in pg_get_replication_slots().
XLogRecPtr was compared with InvalidTransactionId instead ofInvalidXLogRecPtr. As both are defined to the same value this doesn'tcause any actual problems, but it's still wrong.Backpatch: 9.4-master, bug was introduced in 9.41 parent68b5c08 commitd4ad167
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
263 | 263 |
| |
264 | 264 |
| |
265 | 265 |
| |
266 |
| - | |
| 266 | + | |
267 | 267 |
| |
268 | 268 |
| |
269 | 269 |
| |
|
0 commit comments
Comments
(0)