pgsql: Un-break pg_dump for pre-8.3 source servers.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Un-break pg_dump for pre-8.3 source servers.
Дата
Msg-id E1hxdsX-0000yD-Lw@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Un-break pg_dump for pre-8.3 source servers.

Commit 07b39083c inserted an unconditional reference to pg_opfamily,
which of course fails on servers predating that catalog.  Fortunately,
the case it's trying to solve can't occur on such old servers (AFAIK).
Hence, just skip the additional code when the source predates 8.3.

Per bug #15955 from sly.  Back-patch to all supported branches,
like the previous patch.

Discussion: https://postgr.es/m/15955-1daa2e676e903d87@postgresql.org

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/2b608ba313147553370b233f031f84f0ed77df3f

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 35 +++++++++++++++++++++--------------
1 file changed, 21 insertions(+), 14 deletions(-)


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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Use PageIndexTupleOverwrite() within nbtree.
Следующее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Remove obsolete nbtree README commentary.