mirror of
https://github.com/postgres/postgres.git
synced 2025-06-17 17:02:08 +03:00
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
provided by Andrew.
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/parser/parser.c,v 1.77 2009/04/19 21:50:08 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/parser/parser.c,v 1.78 2009/06/11 14:49:00 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -77,7 +77,7 @@ raw_parser(const char *str)
|
||||
char *
|
||||
pg_parse_string_token(const char *token)
|
||||
{
|
||||
int ctoken;
|
||||
int ctoken;
|
||||
|
||||
scanner_init(token);
|
||||
|
||||
|
Reference in New Issue
Block a user