pgsql: Fix _equalA_Const

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix _equalA_Const
Date: 2021-09-09 08:30:13
Message-ID: E1mOFRl-0006Tr-E9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix _equalA_Const

639a86e36aaecb84faaf941dcd0b183ba0aba9e9 neglected to make the
necessary adjustments to _equalA_Const. Found only via
COPY_PARSE_PLAN_TREES.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0ffbe900ce599d204536b9623291e05e965da23e

Modified Files
--------------
src/backend/nodes/equalfuncs.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2021-09-09 15:00:47 pgsql: Fix issue with WAL archiving in standby.
Previous Message Peter Eisentraut 2021-09-09 06:58:19 pgsql: Remove useless casts