diff options
author | Tom Lane | 2019-08-13 20:57:58 +0000 |
---|---|---|
committer | Tom Lane | 2019-08-13 20:58:32 +0000 |
commit | 31d43710fb069a5c2be6ec1dbc9fa7261cf9feff (patch) | |
tree | 7ab5575937fd42ebd05fed86fea3fc270eb09e8e /src/backend/access/nbtree/README | |
parent | af0ba49809b57203d87702b315b64f1fd53c728d (diff) |
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/[email protected]
Diffstat (limited to 'src/backend/access/nbtree/README')
0 files changed, 0 insertions, 0 deletions