[COMMITTERS] pgsql: Fix misparsing of non-newline-terminated pg_hba.conf files.

2017-10-17 Thread Tom Lane
Fix misparsing of non-newline-terminated pg_hba.conf files. This back-patches the v10-cycle commit 1e5a5d03d into 9.3 - 9.6. I had noticed at the time that that was fixing a bug, namely that next_token() might advance *lineptr past the line-terminating '\0', but given the lack of field complaints

[COMMITTERS] pgsql: Fix misparsing of non-newline-terminated pg_hba.conf files.

2017-10-17 Thread Tom Lane
Fix misparsing of non-newline-terminated pg_hba.conf files. This back-patches the v10-cycle commit 1e5a5d03d into 9.3 - 9.6. I had noticed at the time that that was fixing a bug, namely that next_token() might advance *lineptr past the line-terminating '\0', but given the lack of field complaints

[COMMITTERS] pgsql: Fix misparsing of non-newline-terminated pg_hba.conf files.

2017-10-17 Thread Tom Lane
Fix misparsing of non-newline-terminated pg_hba.conf files. This back-patches the v10-cycle commit 1e5a5d03d into 9.3 - 9.6. I had noticed at the time that that was fixing a bug, namely that next_token() might advance *lineptr past the line-terminating '\0', but given the lack of field complaints

[COMMITTERS] pgsql: Fix misparsing of non-newline-terminated pg_hba.conf files.

2017-10-17 Thread Tom Lane
Fix misparsing of non-newline-terminated pg_hba.conf files. This back-patches the v10-cycle commit 1e5a5d03d into 9.3 - 9.6. I had noticed at the time that that was fixing a bug, namely that next_token() might advance *lineptr past the line-terminating '\0', but given the lack of field complaints