projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0ce9d0
)
Fix code indentation vioaltion introduced in commit d38ad8e31d.
author
Amit Kapila
Tue, 25 Jul 2023 07:05:58 +0000
(12:35 +0530)
committer
Amit Kapila
Tue, 25 Jul 2023 07:05:58 +0000
(12:35 +0530)
Per buildfarm member koel
Discussion: https://postgr.es/m/
[email protected]
src/backend/replication/logical/proto.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/replication/logical/proto.c
b/src/backend/replication/logical/proto.c
index 504f94d4a77feb399106d3d3184140d64e8132eb..d52c8963eb67e101d2c8a32d24e7726248cb6830 100644
(file)
--- a/
src/backend/replication/logical/proto.c
+++ b/
src/backend/replication/logical/proto.c
@@
-1216,7
+1216,7
@@
logicalrep_read_stream_abort(StringInfo in,
const char *
logicalrep_message_type(LogicalRepMsgType action)
{
- static char err_unknown[20];
+ static char err_unknown[20];
switch (action)
{