Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8373490

Browse files
committed
It's clearly now pointless to do backwards compatible parsing of this,
since we released a version without it, so remove the comment that says we might want to do that.
1 parent 1ecafd6 commit 8373490

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/backend/libpq/hba.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
*
1212
* IDENTIFICATION
13-
* $PostgreSQL: pgsql/src/backend/libpq/hba.c,v 1.198 2010/02/26 02:00:43 momjian Exp $
13+
* $PostgreSQL: pgsql/src/backend/libpq/hba.c,v 1.199 2010/03/01 16:02:01 mha Exp $
1414
*
1515
*-------------------------------------------------------------------------
1616
*/
@@ -1011,8 +1011,6 @@ parse_hba_line(List *line, int line_num, HbaLine *parsedline)
10111011
{
10121012
/*
10131013
* Got something that's not a name=value pair.
1014-
*
1015-
* XXX: attempt to do some backwards compatible parsing here?
10161014
*/
10171015
ereport(LOG,
10181016
(errcode(ERRCODE_CONFIG_FILE_ERROR),

0 commit comments

Comments
 (0)