* pgpool: a language independent connection pool server for PostgreSQL
* written by Tatsuo Ishii
*
- * Copyright (c) 2003-2010 PgPool Global Development Group
+ * Copyright (c) 2003-2011 PgPool Global Development Group
*
* Permission to use, copy, modify, and distribute this software and
* its documentation for any purpose and without fee is hereby
for(;;)
{
token = yylex();
- if (token == 0)
- {
- pool_log("pool_get_config: no token available. parsing pgpool.conf done");
- break;
- }
-
if (token == POOL_PARSE_ERROR)
{
PARSE_ERROR();
* pgpool: a language independent connection pool server for PostgreSQL
* written by Tatsuo Ishii
*
- * Copyright (c) 2003-2010 PgPool Global Development Group
+ * Copyright (c) 2003-2011 PgPool Global Development Group
*
* Permission to use, copy, modify, and distribute this software and
* its documentation for any purpose and without fee is hereby
for(;;)
{
token = yylex();
- if (token == 0)
- {
- pool_log("pool_get_config: no token available. parsing pgpool.conf done");
- break;
- }
-
if (token == POOL_PARSE_ERROR)
{
PARSE_ERROR();