[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>
Date: 2025-10-10T15:22:46Z
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
- v1-0001-Remove-make_temptable_name_n.patch (application/x-patch) patch v1-0001
Hi, The proposed patch removes make_temptable_name_n() in matview.c. This function is used only once and can be replaced with psprintf(). -- Best regards, Aleksander Alekseev