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

  1. Refactor pg_get_line() to expose an alternative StringInfo-based API.

  2. Remove arbitrary line length limits in pg_regress (plain and ECPG).

  3. Remove arbitrary restrictions on password length.