pgsql: Fix equalfuncs for accessMethod addition in 8586bf7ed8.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix equalfuncs for accessMethod addition in 8586bf7ed8.
Date: 2019-03-06 21:13:00
Message-ID: E1h1dqW-0006Y4-7c@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix equalfuncs for accessMethod addition in 8586bf7ed8.

In a complete brown paper bag moment, I forgot to include equalfuncs
in my previous fix of copy/out/readfuncs. Thanks Tom for noticing.

Discussion: https://postgr.es/m/1659.1551903210@sss.pgh.pa.us

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2019-03-06 23:51:13 pgsql: Don't reuse slots between root and partition in ON CONFLICT ...
Previous Message Andrew Dunstan 2019-03-06 20:36:58 pgsql: Don't log incomplete startup packet if it's empty