diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2012-08-08 16:41:04 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2012-08-08 16:41:31 -0400 |
commit | f630157496a70f8ece4fd4c27eeead88c74b9015 (patch) | |
tree | f51dbedc7473eac6ed344f14aa6f1f372a079f1c /src/backend/commands/functioncmds.c | |
parent | 8143a56854a4f46968b12badb5b008f448e08ef5 (diff) | |
download | postgresql-f630157496a70f8ece4fd4c27eeead88c74b9015.tar.gz postgresql-f630157496a70f8ece4fd4c27eeead88c74b9015.zip |
Merge parser's p_relnamespace and p_varnamespace lists into a single list.
Now that we are storing structs in these lists, the distinction between
the two lists can be represented with a couple of extra flags while using
only a single list. This simplifies the code and should save a little
bit of palloc traffic, since the majority of RTEs are represented in both
lists anyway.
Diffstat (limited to 'src/backend/commands/functioncmds.c')
0 files changed, 0 insertions, 0 deletions