diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2008-06-17 14:51:38 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2008-06-17 14:51:38 +0000 |
commit | 01860337c371baea338427c53dacc54fccf7c6df (patch) | |
tree | 5edceb53b9c31f981e7880075565768f8235339c /src/tutorial/funcs.c | |
parent | c9bbf9265533085b0f1e748efe51056ca0c3dca9 (diff) | |
download | postgresql-01860337c371baea338427c53dacc54fccf7c6df.tar.gz postgresql-01860337c371baea338427c53dacc54fccf7c6df.zip |
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/tutorial/funcs.c')
0 files changed, 0 insertions, 0 deletions