pgsql: Fix equalfuncs for accessMethod addition in 8586bf7ed8.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Fix equalfuncs for accessMethod addition in 8586bf7ed8.
Дата
Msg-id E1h1dqW-0006Y4-7c@gemulon.postgresql.org
обсуждение исходный текст
Список 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(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Don't log incomplete startup packet if it's empty
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Don't reuse slots between root and partition in ON CONFLICT...