pgsql: Fix commit c11cb17d.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix commit c11cb17d.
Date: 2020-02-28 18:02:29
Message-ID: E1j7jy1-0002Qm-HT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix commit c11cb17d.

I neglected to update copyfuncs/outfuncs/readfuncs.

Discussion: https://postgr.es/m/12491.1582833409%40sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/32bb4535a0be892f4a2794a26ba429032f4ae51e

Modified Files
--------------
src/backend/nodes/copyfuncs.c | 1 +
src/backend/nodes/outfuncs.c | 3 +++
src/backend/nodes/readfuncs.c | 1 +
src/include/nodes/pathnodes.h | 4 ++--
src/include/nodes/plannodes.h | 2 +-
5 files changed, 8 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2020-02-29 00:02:09 Re: pgsql: Revert "initdb: Change authentication defaults"
Previous Message Tom Lane 2020-02-28 16:30:55 pgsql: Doc: correct thinko in pg_buffercache documentation.