Re: Avoid index rebuilds for no-rewrite ALTER TABLE ALTER TYPE

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Noah Misch <noah(at)2ndquadrant(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Avoid index rebuilds for no-rewrite ALTER TABLE ALTER TYPE
Date: 2011-07-19 14:31:26
Message-ID: CA+TgmoaHiBgVEFdqKc7CaOy3do3upf4jUWhW3Ly72CapDP=mzA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jul 19, 2011 at 12:24 AM, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
> Please review and fix this compiler warning:
>
> indexcmds.c: In function ‘CheckIndexCompatible’:
> indexcmds.c:126:15: warning: variable ‘amoptions’ set but not used [-Wunused-but-set-variable]

I have removed the offending variable.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Yeb Havinga 2011-07-19 15:24:38 Re: Commitfest Status: Sudden Death Overtime
Previous Message Kevin Grittner 2011-07-19 14:24:55 Re: storing TZ along timestamps