Re: [PATCH] Remove make_temptable_name_n()

From: Aleksander Alekseev <aleksander(at)tigerdata(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Subject: Re: [PATCH] Remove make_temptable_name_n()
Date: 2025-10-15 10:33:15
Message-ID: CAJ7c6TMm8aL2dYzGpeFgUvjh3X_JbrsXkp-qwn-87x8gnYRKAQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
v2-0001-Remove-make_temptable_name_n.patch text/x-patch 3.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Aleksander Alekseev 2025-10-15 10:40:34 Re: [PATCH] Remove unused #include's in src/backend/commands/*
Previous Message Fabrice Chapuis 2025-10-15 09:58:57 Re: Issue with logical replication slot during switchover