pgsql: Fix bad indentation introduced in commit d47cbf474

From: Amit Langote <amitlan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix bad indentation introduced in commit d47cbf474
Date: 2025-01-31 07:46:02
Message-ID: E1tdlj0-004ZeK-O2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix bad indentation introduced in commit d47cbf474

Per buildfarm member koel

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/76aa615943049c04efd36ab4765c06eda89cdfea

Modified Files
--------------
src/backend/executor/execPartition.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2025-01-31 09:50:25 pgsql: doc: Fix pg_buffercache_evict() title
Previous Message Amit Langote 2025-01-31 06:48:43 pgsql: Perform runtime initial pruning outside ExecInitNode()