projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e088f7
)
Fix indentation issue
author
David Rowley
Wed, 12 Mar 2025 23:41:44 +0000
(12:41 +1300)
committer
David Rowley
Wed, 12 Mar 2025 23:41:44 +0000
(12:41 +1300)
Introduced recently by
9e088f7dd
Per buildfarm member koel
contrib/pg_logicalinspect/pg_logicalinspect.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_logicalinspect/pg_logicalinspect.c
b/contrib/pg_logicalinspect/pg_logicalinspect.c
index ff6c682679f91f41807fbed9a5a18483ef33e239..5a44718bea88fe25b309b5e0cbce9d68996283c5 100644
(file)
--- a/
contrib/pg_logicalinspect/pg_logicalinspect.c
+++ b/
contrib/pg_logicalinspect/pg_logicalinspect.c
@@
-86,7
+86,7
@@
parse_error:
ereport(ERROR,
errmsg("invalid snapshot file name \"%s\"", filename));
- return InvalidXLogRecPtr;
/* keep compiler quiet */
+ return InvalidXLogRecPtr; /* keep compiler quiet */
}
/*