diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-01-07 16:02:16 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-01-07 16:02:16 -0500 |
commit | 7c3abe3c92fd3a14a70bc2f888f936cd6fe28c0f (patch) | |
tree | ad42bd2d3dfa871ec753a0457b9bc9ee776cd159 /src/backend/commands/lockcmds.c | |
parent | 3c40594e6eeabb3a8ad22aee93de3a19c41efdc2 (diff) | |
download | postgresql-7c3abe3c92fd3a14a70bc2f888f936cd6fe28c0f.tar.gz postgresql-7c3abe3c92fd3a14a70bc2f888f936cd6fe28c0f.zip |
Get rid of ParseState.p_value_substitute; use a columnref hook instead.
I noticed that p_value_substitute, which is a single-purpose kluge I added
in 2002 (commit b0422b215), could be replaced by having domainAddConstraint
install a parser hook that looks for the name "value". The parser hook
code only dates back to 2009, so it's not surprising that we had to kluge
this in 2002, but we can do it more cleanly now.
Diffstat (limited to 'src/backend/commands/lockcmds.c')
0 files changed, 0 insertions, 0 deletions