Re: [COMMITTERS] pgsql: Allow ALTER TABLE name {OF type | NOT OF}. - Mailing list pgsql-hackers

From Cédric Villemain
Subject Re: [COMMITTERS] pgsql: Allow ALTER TABLE name {OF type | NOT OF}.
Date
Msg-id BANLkTi=0zF6DFeKCQyAJMX=DV3uo5coQfQ@mail.gmail.com
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Allow ALTER TABLE name {OF type | NOT OF}.  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
2011/5/28 Alvaro Herrera <alvherre@commandprompt.com>:
> Excerpts from Cédric Villemain's message of vie may 27 18:37:05 -0400 2011:
>> 2011/4/21 Robert Haas <rhaas@postgresql.org>:
>
>> > Modified Files
>> > --------------
>> > doc/src/sgml/ref/alter_table.sgml         |   26 +++
>> > src/backend/commands/tablecmds.c          |  277 +++++++++++++++++++++++++++--
>>
>> I noticed 2 warnings on unused variables from gcc in tablecmds.c
>> The attached patch fix that by removing those 2 variables.
>
> My compiler wasn't complaining, but since the variable is clearly unused
> I went ahead and pushed this.  Thanks

I have a recent gcc wich probably help here:
gcc-4.6.real (Debian 4.6.0-7) 4.6.1 20110507 (prerelease)


>
> --
> Álvaro Herrera <alvherre@commandprompt.com>
> The PostgreSQL Company - Command Prompt, Inc.
> PostgreSQL Replication, Consulting, Custom Development, 24x7 support
>



--
Cédric Villemain               2ndQuadrant
http://2ndQuadrant.fr/     PostgreSQL : Expertise, Formation et Support


pgsql-hackers by date:

Previous
From: tomas@tuxteam.de
Date:
Subject: Re: storing TZ along timestamps
Next
From: nil nil
Date:
Subject: patch integration