mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
Fix DDL command collection for TRANSFORM
Commitb488c580ae
, which added the DDL command collection feature, neglected to update the code that commitcac7658205
had previously added two weeks earlier for the TRANSFORM feature. Reported by Michael Paquier.
This commit is contained in:
@@ -1438,7 +1438,7 @@ ProcessUtilitySlow(Node *parsetree,
|
||||
break;
|
||||
|
||||
case T_CreateTransformStmt:
|
||||
CreateTransform((CreateTransformStmt *) parsetree);
|
||||
address = CreateTransform((CreateTransformStmt *) parsetree);
|
||||
break;
|
||||
|
||||
case T_AlterOpFamilyStmt:
|
||||
|
Reference in New Issue
Block a user