Re: [PATCH] - Provide robust alternatives for replace_string
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Georgios <gkokolatos@protonmail.com>, Asim Praveen <pasim@vmware.com>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-09-06T18:15:28Z
Lists: pgsql-hackers
I wrote: > This version looks committable to me, though perhaps someone has > further thoughts? I looked through this again and pushed it. regards, tom lane
Commits
-
Refactor pg_get_line() to expose an alternative StringInfo-based API.
- 8e3c58e6e459 14.0 landed
-
Remove arbitrary line length limits in pg_regress (plain and ECPG).
- 784b1ba1a2b9 14.0 landed
-
Remove arbitrary restrictions on password length.
- 67a472d71c98 14.0 cited