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

Upgrade to PyGreSQL (2.4)

This commit is contained in:
Bruce Momjian
1999-05-19 16:46:12 +00:00
parent 9487ad8409
commit 0a8fb5a8f9
4 changed files with 22 additions and 14 deletions

View File

@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/nodes/read.c,v 1.14 1999/02/13 23:16:01 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/nodes/read.c,v 1.15 1999/05/19 16:46:11 momjian Exp $
*
* HISTORY
* AUTHOR DATE MAJOR EVENT
@ -26,7 +26,7 @@
/*
* stringToNode -
* returns a Node with a given legal ascii representation
* returns a Node with a given legal ASCII representation
*/
void *
stringToNode(char *str)