Re: Use RELATION_IS_OTHER_TEMP where possible

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Junwang Zhao <zhjwpku(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Use RELATION_IS_OTHER_TEMP where possible
Date: 2025-06-10 16:30:35
Message-ID: aEhdqxsHBFosQuOR@nathan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jun 11, 2025 at 12:07:35AM +0800, Junwang Zhao wrote:
> All other files perform this check using RELATION_IS_OTHER_TEMP.
> Should we update tablecmds.c to do the same for consistency?

Seems like a good idea.

--
nathan

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dimitrios Apostolou 2025-06-10 16:37:03 pg_restore causing ENOSPACE on the WAL partition. Fundamental issue?
Previous Message Peter Eisentraut 2025-06-10 16:30:33 Re: Cleanup gcc trick with varattrib_1b_e in VARATT_EXTERNAL_GET_POINTER()