Include some new code for outer joins. Disabled by default, but enable by
authorThomas G. Lockhart <lockhart@alumni.caltech.edu>
Tue, 23 Feb 1999 07:46:42 +0000 (07:46 +0000)
committerThomas G. Lockhart <lockhart@alumni.caltech.edu>
Tue, 23 Feb 1999 07:46:42 +0000 (07:46 +0000)
commit84949bb490bd4a44ef7b4e36f95e27f2e3e14e55
tree82a258d89d1f894e62cdfcd10c292143290db234
parent81209db0af9da6684f8aad16a4b6609e8ab8949f
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