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

Rewrite nodeRead() in a less obfuscated fashion, per discussion with

Neil Conway.
This commit is contained in:
Tom Lane
2004-05-06 14:01:33 +00:00
parent 839be02ee1
commit eee6f9d5c2
4 changed files with 55 additions and 83 deletions

View File

@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/include/nodes/readfuncs.h,v 1.18 2003/11/29 22:41:06 pgsql Exp $
* $PostgreSQL: pgsql/src/include/nodes/readfuncs.h,v 1.19 2004/05/06 14:01:33 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -21,7 +21,7 @@
*/
extern char *pg_strtok(int *length);
extern char *debackslash(char *token, int length);
extern void *nodeRead(bool read_car_only);
extern void *nodeRead(char *token, int tok_len);
/*
* prototypes for functions in readfuncs.c