mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Modified files for MERGE
This commit is contained in:
@ -151,6 +151,7 @@ PrepareQuery(PrepareStmt *stmt, const char *queryString,
|
||||
case CMD_INSERT:
|
||||
case CMD_UPDATE:
|
||||
case CMD_DELETE:
|
||||
case CMD_MERGE:
|
||||
/* OK */
|
||||
break;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user