Re: [HACKERS] Syntax error in psqlHelp.h

From: Keith Parks <emkxp01(at)mtcc(dot)demon(dot)co(dot)uk>
To: emkxp01(at)mtcc(dot)demon(dot)co(dot)uk, maillist(at)candle(dot)pha(dot)pa(dot)us
Cc: hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] Syntax error in psqlHelp.h
Date: 1999-10-27 20:43:34
Message-ID: 199910272043.VAA04646@mtcc.demon.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

It was a good one, the compiler threw out an error for
a line about 100 lines further down the file that made
no sense whatsoever to me!!

Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
>
>
>Applied. Thanks. That was my bug.
>
>
>> There's a missing quote in psqlHelp.h in the latest CVS.
>>
>> Here's a patch:-
>>
>> *** src/bin/psql/psqlHelp.h.orig Tue Oct 26 09:34:18 1999
>> --- src/bin/psql/psqlHelp.h Wed Oct 27 11:54:25 1999
>> ***************
>> *** 60,66 ****
>> FUNCTION <func_name> (arg1, arg2, ...)|\n\
>> OPERATOR <op> (leftoperand_type rightoperand_type) |\n\
>> TRIGGER <trigger_name> ON <table_name>\n\
>> ! ] IS 'text'},
>> {"commit work",
>> "commit a transaction",
>> "\
>> --- 60,66 ----
>> FUNCTION <func_name> (arg1, arg2, ...)|\n\
>> OPERATOR <op> (leftoperand_type rightoperand_type) |\n\
>> TRIGGER <trigger_name> ON <table_name>\n\
>> ! ] IS 'text'"},
>> {"commit work",
>> "commit a transaction",
>> "\
>>
>>
>> ************
>>
>
>
>--
> 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
>
>************

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-10-27 21:03:17 Re: [HACKERS] Syntax error in psqlHelp.h
Previous Message Brian Hirt 1999-10-27 18:25:18 text datatype and tuple size limits.