aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/misc.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2012-09-26 22:27:36 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2012-09-26 22:27:36 -0400
commitbac95fd4740e3ac13baf5c2ad38b9c9dc26f9c9d (patch)
tree90f0303ee1be33cac6a93c5b0f2e75739193eebf /src/backend/utils/adt/misc.c
parentfc68ac86b1c8b19ec6a2064c8a24e1c124f77f7f (diff)
downloadpostgresql-bac95fd4740e3ac13baf5c2ad38b9c9dc26f9c9d.tar.gz
postgresql-bac95fd4740e3ac13baf5c2ad38b9c9dc26f9c9d.zip
Make plpgsql's unreserved keywords more unreserved.
There were assorted places where unreserved keywords were not treated the same as T_WORD (that is, a random unrecognized identifier). Fix them. It might not always be possible to allow this, but it is in all these places, so I don't see any downside. Per gripe from Jim Wilson. Arguably this is a bug fix, but given the lack of other complaints and the ease of working around it (just quote the word), I won't risk back-patching.
Diffstat (limited to 'src/backend/utils/adt/misc.c')
0 files changed, 0 insertions, 0 deletions