Re: [HACKERS] Current source from CVS won't compile.

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Mike Mascari <mascarim(at)yahoo(dot)com>
Cc: Keith Parks <emkxp01(at)mtcc(dot)demon(dot)co(dot)uk>, pgsql-hackers(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org
Subject: Re: [HACKERS] Current source from CVS won't compile.
Date: 1999-10-26 16:31:33
Message-ID: 199910261631.MAA24351@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Yes.
>
> This is my fault. Sorry. Attached is a patch which fixes the problem.
> I missed adding the rule to make parse.h to the Makefile for
> the ../backend/commands. It also allows for comments to be dropped
> using IS NULL as well as IS '';
>

Can we use only NULL, and not '' please? Seems clearer. I don't like
us of '' for any special handling. Thanks.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 1999-10-26 16:43:15 psql Week 4
Previous Message Bruce Momjian 1999-10-26 16:28:48 Re: [PATCHES] Re: [HACKERS] Current source from CVS won't compile.