pgsql: Fix readfuncs/outfuncs problems in last night's Gather patch. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Fix readfuncs/outfuncs problems in last night's Gather patch.
Date
Msg-id E1Zhdlo-0006lV-6l@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix readfuncs/outfuncs problems in last night's Gather patch.

KaiGai Kohei, with one correction by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/286a3a68dcafa15f28a169daac38659816911940

Modified Files
--------------
src/backend/nodes/outfuncs.c  |    4 ++--
src/backend/nodes/readfuncs.c |   18 ++++++++++++++++++
2 files changed, 20 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Improve LISTEN startup time when there are many unread notificat
Next
From: Fujii Masao
Date:
Subject: pgsql: Fix mention of htup.h in storage.sgml