pgsql: Remove more unreferenced function declarations

2019-07-06 Thread Michael Paquier
Remove more unreferenced function declarations Author: Masahiko Sawada Discussion: https://postgr.es/m/cad21aoduaysrb3q9aobkfz6dzmwxsyg4homgkwgewnfsktw...@mail.gmail.com Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/d1a040543b49e0aad273e7766cd7e2fcf2b781fa Modif

pgsql: Add missing source files to nls.mk

2019-07-06 Thread Peter Eisentraut
Add missing source files to nls.mk Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/b33283c36409aef7eddb5ba92bdd9300dd45d974 Modified Files -- src/interfaces/ecpg/ecpglib/nls.mk | 2 +- src/interfaces/libpq/nls.mk| 2 +- 2 files changed, 2 insertion

pgsql: psql: Fix logging output format

2019-07-06 Thread Peter Eisentraut
psql: Fix logging output format In normal interactive mode, psql's log messages accidentally got a "psql:" prefix that was not supposed to be there. This only happened if there was no .psqlrc file being read, so it wasn't discovered for a while. Fix this by adding the appropriate logging format

pgsql: Add missing source files to nls.mk

2019-07-06 Thread Peter Eisentraut
Add missing source files to nls.mk Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/c8e0997239840888a974624b0ab020177357f0ae Modified Files -- src/interfaces/ecpg/ecpglib/nls.mk | 2 +- src/interfaces/libpq/nls.mk| 2 +- 2 files changed, 2 in

pgsql: psql: Fix logging output format

2019-07-06 Thread Peter Eisentraut
psql: Fix logging output format In normal interactive mode, psql's log messages accidentally got a "psql:" prefix that was not supposed to be there. This only happened if there was no .psqlrc file being read, so it wasn't discovered for a while. Fix this by adding the appropriate logging format