aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonfuncs.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2019-08-13 16:57:58 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2019-08-13 16:57:58 -0400
commit4dea8ad566d3f41102a0ab79c7faefae0af71774 (patch)
treeee87d27c4e8cd30aaae36c3ff057fa70ba185c1e /src/backend/utils/adt/jsonfuncs.c
parent72f92549b64176e00dad433f8486e302eab8e9bd (diff)
downloadpostgresql-4dea8ad566d3f41102a0ab79c7faefae0af71774.tar.gz
postgresql-4dea8ad566d3f41102a0ab79c7faefae0af71774.zip
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
Diffstat (limited to 'src/backend/utils/adt/jsonfuncs.c')
0 files changed, 0 insertions, 0 deletions