From: | neilc(at)postgresql(dot)org (Neil Conway) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Implement IS NOT DISTINCT FROM, update the regression tests and |
Date: | 2005-12-11 10:54:28 |
Message-ID: | 20051211105428.8A9A09DCAB2@postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
Implement IS NOT DISTINCT FROM, update the regression tests and docs.
Patch from Pavel Stehule, minor fixups by myself.
Modified Files:
--------------
pgsql/doc/src/sgml:
func.sgml (r1.297 -> r1.298)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.297&r2=1.298)
pgsql/src/backend/parser:
gram.y (r2.516 -> r2.517)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/gram.y.diff?r1=2.516&r2=2.517)
pgsql/src/test/regress/expected:
select_distinct.out (r1.4 -> r1.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/select_distinct.out.diff?r1=1.4&r2=1.5)
pgsql/src/test/regress/sql:
select_distinct.sql (r1.4 -> r1.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/select_distinct.sql.diff?r1=1.4&r2=1.5)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-12-11 21:02:18 | pgsql: Divide the lock manager's shared state into 'partitions', so as |
Previous Message | User Xzilla | 2005-12-11 03:31:17 | wikipedia - wikipgedia: fix the remote code execution vulnerability |