Re: drop table in transaction - Mailing list pgsql-hackers

From Euler Taveira
Subject Re: drop table in transaction
Date
Msg-id 4e2886c3-0ad7-4259-9033-279284c8fa73@app.fastmail.com
Whole thread Raw
In response to drop table in transaction  (Fabrice Chapuis <fabrice636861@gmail.com>)
List 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

pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: psql tests hangs
Next
From: Denis Laxalde
Date:
Subject: Re: [PATCH] Allow Postgres to pick an unused port to listen