Re: pgsql: Fix broken non-YYDEBUG case.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Fix broken non-YYDEBUG case.
Date: 2006-02-09 07:23:20
Message-ID: 27776.1139469800@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Kris Jurka <books(at)ejurka(dot)com> writes:
> This code is still broken for C compilers that don't support C++ comments.

Michael wasn't having a good day I guess :-(. Fixed.

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-02-09 14:53:52 pgsql: Use "bitwise" rather than "binary for AND/OR descriptions in \d,
Previous Message Tom Lane 2006-02-09 07:22:22 pgsql: C++ comments are verboten.