]> granicus.if.org Git - postgresql/commit
Include some new code for outer joins. Disabled by default, but enable by
authorThomas G. Lockhart <lockhart@fourpalms.org>
Tue, 23 Feb 1999 07:46:42 +0000 (07:46 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Tue, 23 Feb 1999 07:46:42 +0000 (07:46 +0000)
commitb4def32439e1069a17bd9756932c7c8a2469ae6c
tree6c46e7133486165abcf9675cf6a30aec54a05c33
parent449020f782b0897d9c2c8e1903774c9f7e841e36
Include some new code for outer joins. Disabled by default, but enable by
 including the following in your Makefile.custom:
 CFLAGS+= -DENABLE_OUTER_JOINS -DEXEC_MERGEJOINDEBUG
src/backend/parser/parse_clause.c