pgsql: Fix indentation issue - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix indentation issue
Date
Msg-id E1vJPt8-006Lwg-0W@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix indentation issue

Issue introduced by 84fb27511dbe.  I have missed this diff while
adding pgoff_t to the typedef list of pgindent, while addressing a
separate indentation issue.

Per buildfarm member koel.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c2b0e3a0351e021dea9b61fe2f759570d3fedb70

Modified Files
--------------
src/bin/pg_dump/pg_backup_archiver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Replace off_t by pgoff_t in I/O routines
Next
From: Thomas Munro
Date:
Subject: pgsql: Add some missing #include .