pgsql: Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA.
Date: 2011-01-04 03:13:57
Message-ID: E1PZxLR-0001Ds-Ml@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA.

In the previous coding, the parser emitted a List containing a C string,
which is no good, because copyObject() can't handle it.

Dimitri Fontaine

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=7f60be72b0865dd442c4f6164a997ff528a44d85

Modified Files
--------------
src/backend/commands/alter.c | 4 ++--
src/backend/commands/opclasscmds.c | 9 ++-------
src/backend/parser/gram.y | 4 ++--
src/include/commands/defrem.h | 4 ++--
4 files changed, 8 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-01-04 04:13:04 Re: Re: [COMMITTERS] pgsql: Reduce spurious Hot Standby conflicts from never-visible records
Previous Message Robert Haas 2011-01-03 15:29:40 pgsql: Update comments in RecordTransactionCommit() to mention unlogged