Re: drop table in transaction

From: "Euler Taveira" <euler(at)eulerto(dot)com>
To: "Fabrice Chapuis" <fabrice636861(at)gmail(dot)com>, "PostgreSQL Hackers" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: drop table in transaction
Date: 2023-05-09 12:25:00
Message-ID: 4e2886c3-0ad7-4259-9033-279284c8fa73@app.fastmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, May 9, 2023, at 7:42 AM, Fabrice Chapuis wrote:
> Where in the code is written the mechanism used for isolation when drop table is executed in a transaction

RemoveRelations() in src/backend/commands/tablecmds.c

If you are looking for a previous layer, check ExecDropStmt().

--
Euler Taveira
EDB https://www.enterprisedb.com/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Denis Laxalde 2023-05-09 12:25:42 Re: [PATCH] Allow Postgres to pick an unused port to listen
Previous Message Pavel Stehule 2023-05-09 11:53:07 Re: psql tests hangs