mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
Fix code indentation vioaltion introduced in commit d38ad8e31d
.
Per buildfarm member koel Discussion: https://postgr.es/m/ZL9bsGhthne6FaVV@paquier.xyz
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user