Re: pgsql: Make install-tests target work with vpath builds

2020-06-01 Thread Andrew Dunstan
On 6/1/20 2:17 AM, Michael Paquier wrote: > Hi Andrew, > > On Sun, May 31, 2020 at 10:37:17PM +, Andrew Dunstan wrote: >> Make install-tests target work with vpath builds >> >> Also add a top-level install-tests target. >> >> Backpatch to all live branches. >> >> Craig Ringer, tweaked by me.

Re: pgsql: Make install-tests target work with vpath builds

2020-06-01 Thread Tom Lane
Andrew Dunstan writes: > On 6/1/20 2:17 AM, Michael Paquier wrote: >> Please note that you have forgotten a "Discussion:" tag here. > There wasn't really very much discussion. Do we have a policy of using > that tag for every single commit, or only when there's something of > value in the mailing

pgsql: Use correct and consistent unit abbreviation

2020-06-01 Thread Peter Eisentraut
Use correct and consistent unit abbreviation Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/42181b1015b18e877e65be66ac5a2e90b731ac8b Modified Files -- src/backend/storage/sync/sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Make ssl certificate for ssl_passphrase_callback test via Makefi

2020-06-01 Thread Andrew Dunstan
Make ssl certificate for ssl_passphrase_callback test via Makefile The recipe was previously given in comments in the module's test script, but now we have an explicit recipe in the Makefile. The now redundant comments in the script are removed. This recipe shouldn't be needed in normal use, as t

pgsql: Doc: Update the documentation for spilled transaction statistics

2020-06-01 Thread Amit Kapila
Doc: Update the documentation for spilled transaction statistics. Reported-by: Sawada Masahiko Author: Sawada Masahiko, Amit Kapila Reviewed-by: Amit Kapila Discussion: https://postgr.es/m/CA+fd4k4vNg7dRO5ECHdtQXXf1=q4m98pflw0du7bkd8h79p...@mail.gmail.com Branch -- master Details --- ht