pgsql: Translation updates

2018-06-25 Thread Peter Eisentraut
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 -

pgsql: Stamp 11beta2.

2018-06-25 Thread Alvaro Herrera
Stamp 11beta2. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/1d4e5edc1dc22f00a0abb00ed9b56c08c4a1f599 Modified Files -- configure | 18 +- configure.in | 2 +- doc/bug.template | 2 +- sr

pgsql: Update obsolete comments

2018-06-25 Thread Alvaro Herrera
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

pgsql: Update obsolete comments

2018-06-25 Thread Alvaro Herrera
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

pgsql: Correct handling of fsync failures with tar mode of walmethods.c

2018-06-25 Thread Michael Paquier
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

pgsql: Correct handling of fsync failures with tar mode of walmethods.c

2018-06-25 Thread Michael Paquier
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

pgsql: Fix description and documentation related to pg_restore --no-com

2018-06-25 Thread Michael Paquier
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]