pgsql: Print DEBUG2 like that rather than as DEBUG - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Print DEBUG2 like that rather than as DEBUG
Date
Msg-id E1fbP0x-00060M-6F@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Print DEBUG2 like that rather than as DEBUG

DEBUG is an alias for DEBUG2, but we want DEBUG2 to show in the settings
no matter how it was spelled.

Takeshi Ideriha

Discussion: https://postgr.es/m/4E72940DA2BF16479384A86D54D0988A5678EC03@G01JPEXMBKW04

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8fb68aa2655762beed237ea04e2c6c490cf1ed10

Modified Files
--------------
src/backend/utils/misc/guc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: pgsql: Add test for partitionwise join involving default partition.
Next
From: Alvaro Herrera
Date:
Subject: pgsql: doc: Reword old inheritance partitioning documentation