mirror of
https://github.com/postgres/postgres.git
synced 2025-07-18 17:42:25 +03:00
Cleanup of outnodes.
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/nodes/print.c,v 1.12 1997/12/18 12:53:56 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/nodes/print.c,v 1.13 1998/01/07 15:32:29 momjian Exp $
|
||||
*
|
||||
* HISTORY
|
||||
* AUTHOR DATE MAJOR EVENT
|
||||
@ -164,7 +164,7 @@ print_expr(Node *expr, List *rtable)
|
||||
{
|
||||
if (expr == NULL)
|
||||
{
|
||||
printf("nil");
|
||||
printf("<>");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user