Re: BUG #18484: "Cannot enlarge string buffer" during parallel execution of prepared statement/partitioning
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: David Rowley <dgrowleyml@gmail.com>
Cc: Daniel Gustafsson <daniel@yesql.se>, michael.banck@netapp.com,
pgsql-bugs@lists.postgresql.org
Date: 2024-05-31T01:25:45Z
Lists: pgsql-bugs
David Rowley <dgrowleyml@gmail.com> writes: > Unsure if this needs to wait until we branch or if it's fine to sneak > into v17. I'll leave it til after the branch unless anyone feels > differently. While I'd not fight against committing now, I'd lean to waiting for v18. It's not a bug fix, and it's changing translatable messages at a time when the translators don't need extra work. regards, tom lane
Commits
-
Improve enlargeStringInfo's ERROR message
- 1029bdec2d64 18.0 landed