diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2008-06-17 14:51:32 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2008-06-17 14:51:32 +0000 |
commit | 2e835a4961eab760d1b08aeebd40a755d507999f (patch) | |
tree | 74c89c85e3160e38893f674228fc184dbf739f43 /src/include/c.h | |
parent | 19a6bace9480bc51d61d87a8497b05b5c1ea04c1 (diff) | |
download | postgresql-2e835a4961eab760d1b08aeebd40a755d507999f.tar.gz |
Fix the code that adds regclass constants to a plan's list of relation OIDs
that it depends on for replan-forcing purposes. We need to consider plain OID
constants too, because eval_const_expressions folds a RelabelType atop a Const
to just a Const. This change could result in OID values that aren't really
for tables getting added to the dependency list, but the worst-case
consequence would be occasional useless replans. Per report from Gabriele
Messineo.
Diffstat (limited to 'src/include/c.h')
0 files changed, 0 insertions, 0 deletions