pgsql: Fix indentation of copyto.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix indentation of copyto.c
Date: 2024-02-09 02:05:20
Message-ID: E1rYGGW-005KP0-0R@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix indentation of copyto.c

Issue introduced by b619852086ed.

Per buildfarm member koel.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/49e7c6f78ed608c5d5454080ae19c0e7f1b09a04

Modified Files
--------------
src/backend/commands/copyto.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-02-09 02:07:11 pgsql: Add previous commit to .git-blame-ignore-revs
Previous Message Michael Paquier 2024-02-09 00:31:26 pgsql: Improve COPY TO performance when server and client encodings mat