pgsql: Improve order in file

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve order in file
Date: 2021-10-07 06:27:29
Message-ID: E1mYMsL-0002Ej-DA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve order in file

Move support functions for new PublicationTable node to more sensible
locations in the files.

Branch
------
master

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

Modified Files
--------------
src/backend/nodes/copyfuncs.c | 20 ++++++++++----------
src/backend/nodes/equalfuncs.c | 16 ++++++++--------
2 files changed, 18 insertions(+), 18 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrey Borodin 2021-10-07 06:28:57 Re: pgsql: Avoid doing catalog lookups in postgres_fdw's conversion_error_c
Previous Message Amit Kapila 2021-10-07 05:16:03 Re: pgsql: Document XLOG_INCLUDE_XID a little better