From 8373490607c437445163da8b7a44787f997ebf84 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Mon, 1 Mar 2010 16:02:01 +0000 Subject: [PATCH] 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. --- src/backend/libpq/hba.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/backend/libpq/hba.c b/src/backend/libpq/hba.c index ae075ed939..79dc90b337 100644 --- a/src/backend/libpq/hba.c +++ b/src/backend/libpq/hba.c @@ -10,7 +10,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/libpq/hba.c,v 1.198 2010/02/26 02:00:43 momjian Exp $ + * $PostgreSQL: pgsql/src/backend/libpq/hba.c,v 1.199 2010/03/01 16:02:01 mha Exp $ * *------------------------------------------------------------------------- */ @@ -1011,8 +1011,6 @@ parse_hba_line(List *line, int line_num, HbaLine *parsedline) { /* * Got something that's not a name=value pair. - * - * XXX: attempt to do some backwards compatible parsing here? */ ereport(LOG, (errcode(ERRCODE_CONFIG_FILE_ERROR),