mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
pgindent run for release 9.3
This is the first run of the Perl-based pgindent script. Also update pgindent instructions.
This commit is contained in:
@@ -741,7 +741,7 @@ errcode_for_socket_access(void)
|
||||
StringInfoData buf; \
|
||||
/* Internationalize the error format string */ \
|
||||
if (!in_error_recursion_trouble()) \
|
||||
fmt = dngettext((domain), fmt_singular, fmt_plural, n); \
|
||||
fmt = dngettext((domain), fmt_singular, fmt_plural, n); \
|
||||
else \
|
||||
fmt = (n == 1 ? fmt_singular : fmt_plural); \
|
||||
/* Expand %m in format string */ \
|
||||
@@ -1151,7 +1151,7 @@ err_generic_string(int field, const char *str)
|
||||
break;
|
||||
}
|
||||
|
||||
return 0; /* return value does not matter */
|
||||
return 0; /* return value does not matter */
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user