pgsql: Fix the error message when failing to restore the snapshot.

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема pgsql: Fix the error message when failing to restore the snapshot.
Дата
Msg-id E1qZ6j4-000dA1-Bs@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix the error message when failing to restore the snapshot.

The SnapBuildRestoreContents() used a const value in the error message to
indicate the size in bytes it was expecting to read from the serialized
snapshot file. Fix it by reporting the size that was actually passed.

Author: Hou Zhijie
Reviewed-by: Amit Kapila
Backpatch-through: 16
Discussion: http://postgr.es/m/OS0PR01MB5716D408364F7DF32221C08D941FA@OS0PR01MB5716.jpnprd01.prod.outlook.com

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/13e2665df3d01de5b0e039eb41b5e358e2b29ae5

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


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix translation markers
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Add proargnames to multi-argument aggregate functions