projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84fb275
)
Fix indentation issue
author
Michael Paquier
<
[email protected]
>
Thu, 13 Nov 2025 05:25:21 +0000
(14:25 +0900)
committer
Michael Paquier
<
[email protected]
>
Thu, 13 Nov 2025 05:25:21 +0000
(14:25 +0900)
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.
src/bin/pg_dump/pg_backup_archiver.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_dump/pg_backup_archiver.c
b/src/bin/pg_dump/pg_backup_archiver.c
index 59eaecb4ed71ef16adeba3e12a5c873496fb94ed..c84b017f21b8f63fd3a930267409e9cbf40ce445 100644
(file)
--- a/
src/bin/pg_dump/pg_backup_archiver.c
+++ b/
src/bin/pg_dump/pg_backup_archiver.c
@@
-2067,7
+2067,7
@@
WriteOffset(ArchiveHandle *AH, pgoff_t o, int wasSet)
}
int
-ReadOffset(ArchiveHandle *AH, pgoff_t *
o)
+ReadOffset(ArchiveHandle *AH, pgoff_t *o)
{
int i;
int off;