pgsql: Fix indentation in pg_numa code - Mailing list pgsql-committers

From Tomas Vondra
Subject pgsql: Fix indentation in pg_numa code
Date
Msg-id E1uWazD-004Bve-1y@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix indentation in pg_numa code

Broken by commits 7fe2f67c7c9f, 81f287dc923f and bf1119d74a79. Backpatch
to 18, same as the offending commits.

Backpatch-through: 18

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9e345415bcd3c4358350b89edfd710469b8bfaf9

Modified Files
--------------
src/include/port/pg_numa.h |  1 +
src/port/pg_numa.c         | 10 +++++-----
2 files changed, 6 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Tomas Vondra
Date:
Subject: pgsql: Add CHECK_FOR_INTERRUPTS into pg_numa_query_pages
Next
From: Jeff Davis
Date:
Subject: pgsql: Use pg_ascii_tolower()/pg_ascii_toupper() where appropriate.