Re: WIP: Enhanced ALTER OPERATOR

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
Cc: Uriy Zhuravlev <u(dot)zhuravlev(at)postgrespro(dot)ru>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: WIP: Enhanced ALTER OPERATOR
Date: 2015-07-14 16:51:46
Message-ID: 55A53E22.20205@iki.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 07/14/2015 07:28 PM, Jeff Janes wrote:
> I'm getting some compiler warnings now:
>
> operatorcmds.c: In function 'AlterOperator':
> operatorcmds.c:504: warning: 'address.objectSubId' may be used
> uninitialized in this function
> operatorcmds.c:365: note: 'address.objectSubId' was declared here
> operatorcmds.c:504: warning: 'address.objectId' may be used uninitialized
> in this function
> operatorcmds.c:365: note: 'address.objectId' was declared here
> operatorcmds.c:504: warning: 'address.classId' may be used uninitialized in
> this function
> operatorcmds.c:365: note: 'address.classId' was declared here
>
> gcc version 4.4.7 20120313 (Red Hat 4.4.7-11) (GCC)

Ah, thanks, fixed. I was apparently compiling with -O0.

- Heikki

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2015-07-14 17:06:28 Re: Support retrieving value from any sequence
Previous Message Smitha Pamujula 2015-07-14 16:48:59 Re: pg_upgrade + Extensions