1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-06 07:49:08 +03:00

Spell "explicitly" correctly, per Simon.

This commit is contained in:
Tom Lane
2005-12-07 15:20:56 +00:00
parent 823702be9d
commit 13ea825b6d
3 changed files with 9 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/include/nodes/parsenodes.h,v 1.297 2005/11/28 04:35:32 tgl Exp $
* $PostgreSQL: pgsql/src/include/nodes/parsenodes.h,v 1.298 2005/12/07 15:20:55 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -660,8 +660,8 @@ typedef enum SetOperation
typedef enum ContainsOids
{
MUST_HAVE_OIDS, /* WITH OIDS explicitely specified */
MUST_NOT_HAVE_OIDS, /* WITHOUT OIDS explicitely specified */
MUST_HAVE_OIDS, /* WITH OIDS explicitly specified */
MUST_NOT_HAVE_OIDS, /* WITHOUT OIDS explicitly specified */
DEFAULT_OIDS /* neither specified; use the default, which
* is the value of the default_with_oids GUC
* var */