Re: [PATCH] Remove make_temptable_name_n()
Aleksander Alekseev <aleksander@tigerdata.com>
From: Aleksander Alekseev <aleksander@tigerdata.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Cc: Nathan Bossart <nathandbossart@gmail.com>
Date: 2025-10-15T10:33:15Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Remove make_temptable_name_n().
- 4c5e1d0785ce 19 (unreleased) landed
-
Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.
- cc1965a99bf8 9.4.0 cited
Attachments
- v2-0001-Remove-make_temptable_name_n.patch (text/x-patch) patch v2-0001
Hi Nathan, > This dates back to commit cc1965a, and I see some discussion about this > function in the corresponding thread [0]. One thing I don't like about > the patch is that we lose the comment about relying on the name to never be > double-quoted. IMHO that's worth retaining in some form. Fair enough. Here is the corrected patch v2. -- Best regards, Aleksander Alekseev