Re: Duplicate variable declared? - Mailing list pgsql-hackers

From Joe Conway
Subject Re: Duplicate variable declared?
Date
Msg-id 40860539.7030707@joeconway.com
Whole thread Raw
In response to Duplicate variable declared?  (mike g <mike@thegodshalls.com>)
List pgsql-hackers
mike g wrote:
> In file postgresql-7.4.2/src/backend/utils/fmgrtab.c

This is an automatically generated file. The reason for duplicate 
array_push declarations is that one-and-the-same array_push function is 
used to implement two SQL functions, array_append and array_prepend. I 
don't imagine the duplicate declaration hurts anything.

Joe

> Mike
> 
> On Tue, 2004-04-20 at 22:51, Matthew T. O'Connor wrote:
> 
>>Tom Lane wrote:
>>>"Matthew T. O'Connor" <matthew@zeut.net> writes:
>>>>This is a good question, and I would like some opinions from some other
>>>>people more informed than I.

p.s. It is generally considered bad form to reply to an existing thread 
with an entirely new topic.




pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: pg_autovacuum crashes when query fails for temp
Next
From: Fabien COELHO
Date:
Subject: Re: ERROR action extension for rules?