Re: [HACKERS] Current source from CVS won't compile. - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Current source from CVS won't compile.
Date
Msg-id 199910261631.MAA24351@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] Current source from CVS won't compile.  (Mike Mascari <mascarim@yahoo.com>)
List 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@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] Re: [HACKERS] Current source from CVS won't compile.
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Logging - pg_options format change?