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

Remove Dan's fix of SELECT NULL to fix INSERT NULL.

This commit is contained in:
Bruce Momjian
1996-12-07 04:38:11 +00:00
parent 7f8b8b9e42
commit c0941ab7f0
2 changed files with 4 additions and 6 deletions

View File

@ -1,12 +1,12 @@
/*-------------------------------------------------------------------------
*
* ylib.c--
* parser.c--
*
* Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/parser/parser.c,v 1.14 1996/11/30 18:06:37 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/parser/parser.c,v 1.15 1996/12/07 04:38:11 momjian Exp $
*
*-------------------------------------------------------------------------
*/