Re: [PATCH] Remove make_temptable_name_n() - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject Re: [PATCH] Remove make_temptable_name_n()
Date
Msg-id CAJ7c6TMm8aL2dYzGpeFgUvjh3X_JbrsXkp-qwn-87x8gnYRKAQ@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Remove make_temptable_name_n()  (Nathan Bossart <nathandbossart@gmail.com>)
Responses Re: [PATCH] Remove make_temptable_name_n()
List 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

pgsql-hackers by date:

Previous
From: Fabrice Chapuis
Date:
Subject: Re: Issue with logical replication slot during switchover
Next
From: Aleksander Alekseev
Date:
Subject: Re: [PATCH] Remove unused #include's in src/backend/commands/*