Re: [PATCH] Improve function toast_delete_external (src/backend/access/table/toast_helper.c)

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Dong Wook Lee <sh95119(at)gmail(dot)com>
Cc: Ranier Vilela <ranier(dot)vf(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] Improve function toast_delete_external (src/backend/access/table/toast_helper.c)
Date: 2022-02-09 15:45:02
Message-ID: 202202091545.eatdppxex2yt@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Our style is that we group all declarations in a block to appear at the
top. We don't mix declarations and statements.

--
Álvaro Herrera 39°49'30"S 73°17'W — https://www.EnterpriseDB.com/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2022-02-09 15:55:38 Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints
Previous Message Tomas Vondra 2022-02-09 15:27:39 Re: pgsql: Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURR