pgsql: Fix copy & paste mistake in pg_get_replication_slots().

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Fix copy & paste mistake in pg_get_replication_slots().
Дата
Msg-id E1ZOlGe-0001qS-Bs@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/d4ad167d9577cca8c75fee329e2765d930e0c29f

Modified Files
--------------
src/backend/replication/slotfuncs.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Don't start to stream after pg_receivexlog --create-slot.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Using contrib modules in check (Re: pgsql: Fix BRIN to use SnapshotAny during summarization)