Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commiteba607d

Browse files
author
Thomas G. Lockhart
committed
Fix up elog warning messages.
1 parent3bb89a2 commiteba607d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/commands/command.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.17 1997/09/1814:31:38 vadim Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.18 1997/09/20 16:14:05 thomas Exp $
1111
*
1212
* NOTES
1313
* The PortalExecutorHeapMemory crap needs to be eliminated
@@ -293,9 +293,9 @@ PerformAddAttribute(char *relationName,
293293
* we can't add a not null attribute
294294
*/
295295
if (colDef->is_not_null)
296-
elog(WARN,"Can't add anot null attribute toa existent relation");
296+
elog(WARN,"Can't add aNOT NULL attribute toan existing relation");
297297
if (colDef->defval)
298-
elog(WARN,"ADD ATTRIBUTE: DEFAULTisnotimplemented,yet");
298+
elog(WARN,"ADD ATTRIBUTE: DEFAULT not yet implemented");
299299

300300
/*
301301
* if the first element in the 'schema' list is a "*" then we are

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp