diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2000-04-20 00:31:49 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2000-04-20 00:31:49 +0000 |
commit | 7c22d2e5f09ec325eb796ac2817e6362104e8218 (patch) | |
tree | 87c48baeaa3f4c5839ecf9061643e1c96d075856 /src/backend/tcop/postgres.c | |
parent | 0156fdf9a5b763b21cce51e4374e20e4d0ed4c53 (diff) | |
download | postgresql-7c22d2e5f09ec325eb796ac2817e6362104e8218.tar.gz postgresql-7c22d2e5f09ec325eb796ac2817e6362104e8218.zip |
Correct error in rewriter that caused SELECT count(*) FROM view
to give wrong results: it should be looking at inJoinSet not inFromCl.
Also, make 'modified' flag be local to ApplyRetrieveRule: we should
append a rule's quals to the query iff that particular rule applies,
not if we have fired any previously-considered rule for the query!
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions