Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8373490

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 thatsays we might want to do that.
1 parent1ecafd6 commit8373490

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/2602: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)

[8]ページ先頭

©2009-2025 Movatter.jp