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

Robert Haas <rhaas@postgresql.org>

Commit: 7f60be72b0865dd442c4f6164a997ff528a44d85
Author: Robert Haas <rhaas@postgresql.org>
Date: 2011-01-04T03:08:55Z
Releases: 9.1.0
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

Files