1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-21 16:02:15 +03:00

Rename postgres95 to PostgreSQL. Add comment for SELECT NULL

This commit is contained in:
Bruce Momjian
1996-12-11 00:28:15 +00:00
parent 7f36a2a718
commit 9b41da6ce4
61 changed files with 387 additions and 188 deletions

View File

@ -14,7 +14,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/executor/execTuples.c,v 1.4 1996/12/07 04:37:06 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/executor/execTuples.c,v 1.5 1996/12/11 00:26:38 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -939,6 +939,7 @@ ExecTypeFromTL(List *targetList)
TupleDescInitEntry(typeInfo,
resdom->resno,
resdom->resname,
/* fix for SELECT NULL ... */
get_id_typname(restype?restype:UNKNOWNOID),
0,
false);