pgsql: Initialize 'recordXtime' to silence compiler warning.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Initialize 'recordXtime' to silence compiler warning.
Дата
Msg-id E1q6avy-000U2X-R1@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Initialize 'recordXtime' to silence compiler warning.

In reality, recordXtime will always be set by the getRecordTimestamp
call, but the compiler doesn't necessarily see that.

Back-patch to all supported versions.

Author: Tristan Partin
Discussion: https://www.postgresql.org/message-id/CT5MN8E11U0M.1NYNCHXYUHY41@gonk

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5b0e76dce641377c6488fd8c00f93715427406f5

Modified Files
--------------
src/backend/access/transam/xlog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc: PG 16 relnotes, fix PREPARE/EXECUTE wording
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Reload configuration more frequently in apply worker.