OSDN Git Service

It's clearly now pointless to do backwards compatible parsing of this,
authorMagnus Hagander <magnus@hagander.net>
Mon, 1 Mar 2010 16:02:01 +0000 (16:02 +0000)
committerMagnus Hagander <magnus@hagander.net>
Mon, 1 Mar 2010 16:02:01 +0000 (16:02 +0000)
since we released a version without it, so remove the comment that
says we might want to do that.

src/backend/libpq/hba.c

index ae075ed..79dc90b 100644 (file)
@@ -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),