pgsql: Add missing space in _outA_Const() output

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing space in _outA_Const() output
Date: 2022-08-11 08:42:20
Message-ID: E1oM3lj-000FkK-Dh@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing space in _outA_Const() output

Mistake introduced by 639a86e36aaecb84faaf941dcd0b183ba0aba9e9.

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/eeb1671b1195341df156c9b11a3c676000e1bcd1

Modified Files
--------------
src/backend/nodes/outfuncs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2022-08-11 10:07:31 pgsql: struct PQWalReceiverFunctions: use designated initializers
Previous Message Amit Kapila 2022-08-11 04:52:23 pgsql: Fix catalog lookup with the wrong snapshot during logical decodi