aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonfuncs.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2014-06-26 16:22:15 -0700
committerTom Lane <tgl@sss.pgh.pa.us>2014-06-26 16:22:15 -0700
commitf71136eeeb5c6a234e19a245db7ae1484fc7bf4f (patch)
tree735f5ec1cbd2f721de7fe21fac130683558bd7c0 /src/backend/utils/adt/jsonfuncs.c
parent344eed91e9d5bfea698b30351abde69ea4e893a8 (diff)
downloadpostgresql-f71136eeeb5c6a234e19a245db7ae1484fc7bf4f.tar.gz
postgresql-f71136eeeb5c6a234e19a245db7ae1484fc7bf4f.zip
Get rid of bogus separate pg_proc entries for json_extract_path operators.
These should not have existed to begin with, but there was apparently some misunderstanding of the purpose of the opr_sanity regression test item that checks for operator implementation functions with their own comments. The idea there is to check for unintentional violations of the rule that operator implementation functions shouldn't be documented separately .... but for these functions, that is in fact what we want, since the variadic option is useful and not accessible via the operator syntax. Get rid of the extra pg_proc entries and fix the regression test and documentation to be explicit about what we're doing here.
Diffstat (limited to 'src/backend/utils/adt/jsonfuncs.c')
0 files changed, 0 insertions, 0 deletions