Re: Remove line length restriction in passwordFromFile()
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Fujii Masao <masao.fujii@oss.nttdata.com>
Cc: pgsql-hackers@lists.postgresql.org, Fujii Masao <fujii@postgresql.org>
Date: 2020-09-09T18:29:16Z
Lists: pgsql-hackers
Fujii Masao <masao.fujii@oss.nttdata.com> writes: > On 2020/09/10 2:16, Tom Lane wrote: >> Hm, in a quick search I only see 2eb3bc588 which was not back-patched >> ... which commits are you thinking of? > I thought your commit b55b4dad99 included the improvement on comment detection and was back-patched.... Oh, right, I did include the check for '#' in what was back-patched. I debated whether to do that or not, and was misremembering my decision. So yeah, it seems there's no need to document 2eb3bc588 in the v13 notes. I'll try to remember to give you part credit for b55b4dad9 when I do the November notes. regards, tom lane
Commits
-
Teach libpq to handle arbitrary-length lines in .pgpass files.
- df8020b329eb 11.10 landed
- ba23174dd916 9.6.20 landed
- b55b4dad99e9 14.0 landed
- 8d486cfbf249 9.5.24 landed
- 55aea0c706ca 12.5 landed
- 4178b749963c 13.0 landed
- 0c0a3a8591d8 10.15 landed
-
Fix issues around .pgpass file.
- 2eb3bc58814f 13.0 cited