Translation updates
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: 884f33d735870f94357820800840af3e93ff4628
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/299addd592ccf36d495319bda0f14049548ee130
Modified Files
-
Stamp 11beta2.
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/1d4e5edc1dc22f00a0abb00ed9b56c08c4a1f599
Modified Files
--
configure | 18 +-
configure.in | 2 +-
doc/bug.template | 2 +-
sr
Update obsolete comments
Commit 9fab40ad32ef removed some pre-allocating logic in
reorderbuffer.c, but left outdated comments in place. Repair.
Author: Álvaro Herrera
Branch
--
REL_10_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/99fb44357c14bf674966b6f08afd311028ce827c
Update obsolete comments
Commit 9fab40ad32ef removed some pre-allocating logic in
reorderbuffer.c, but left outdated comments in place. Repair.
Author: Álvaro Herrera
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/322548a8abe225f2cfd6a48e07b99e2711d28ef7
Modifie
Correct handling of fsync failures with tar mode of walmethods.c
This file has been missing the fact that it needs to report back to
callers a proper failure on fsync calls. I have spotted the one in
tar_finish() while Kuntal has spotted the one in tar_close().
Backpatch down to 10 where this co
Correct handling of fsync failures with tar mode of walmethods.c
This file has been missing the fact that it needs to report back to
callers a proper failure on fsync calls. I have spotted the one in
tar_finish() while Kuntal has spotted the one in tar_close().
Backpatch down to 10 where this co
Fix description and documentation related to pg_restore --no-comments
These descriptions have been referring to object dump, but a restore
operation is done.
Reported-by: Andrey Lizenko
Author: Andrey Lizenko
Discussion:
https://postgr.es/m/[email protected]