*** pgsql/src/backend/commands/trigger.c 2008/07/13 20:45:47 1.235 --- pgsql/src/backend/commands/trigger.c 2008/07/18 20:26:06 1.236 *************** *** 7,13 **** * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION ! * $PostgreSQL: pgsql/src/backend/commands/trigger.c,v 1.234 2008/05/15 00:17:39 tgl Exp $ * *------------------------------------------------------------------------- */ --- 7,13 ---- * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION ! * $PostgreSQL: pgsql/src/backend/commands/trigger.c,v 1.235 2008/07/13 20:45:47 tgl Exp $ * *------------------------------------------------------------------------- */ *************** ConvertTriggerToFK(CreateTrigStmt *stmt, *** 728,734 **** /* ... and execute it */ ProcessUtility((Node *) atstmt, ! NULL, NULL, false, None_Receiver, NULL); /* Remove the matched item from the list */ info_list = list_delete_ptr(info_list, info); --- 728,735 ---- /* ... and execute it */ ProcessUtility((Node *) atstmt, ! "(generated ALTER TABLE ADD FOREIGN KEY command)", ! NULL, false, None_Receiver, NULL); /* Remove the matched item from the list */ info_list = list_delete_ptr(info_list, info);