mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
A visit from the message-style police ...
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/executor/nodeSetOp.c,v 1.10 2003/07/21 17:05:10 tgl Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/executor/nodeSetOp.c,v 1.11 2003/07/28 00:09:15 tgl Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -170,7 +170,7 @@ ExecSetOp(SetOpState *node)
|
||||
0 : (node->numLeft - node->numRight);
|
||||
break;
|
||||
default:
|
||||
elog(ERROR, "unrecognized setop code: %d",
|
||||
elog(ERROR, "unrecognized set op: %d",
|
||||
(int) plannode->cmd);
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user