CVSROOT: /cvsrootModule name: pgsql-serverChanges by: tgl@postgresql.org 02/12/06 14:28:03
Modified files: src/backend/commands: explain.c
Log message: Explain's code for showing quals of SubqueryScan nodes has been broken all along; not noticed till now. It's a scan not an upper qual ...