mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
pgindent run prior to branching v12.
pgperltidy and reformat-dat-files too, though the latter didn't find anything to change.
This commit is contained in:
@@ -61,7 +61,7 @@ pg_lsn_in(PG_FUNCTION_ARGS)
|
||||
{
|
||||
char *str = PG_GETARG_CSTRING(0);
|
||||
XLogRecPtr result;
|
||||
bool have_error = false;
|
||||
bool have_error = false;
|
||||
|
||||
result = pg_lsn_in_internal(str, &have_error);
|
||||
if (have_error)
|
||||
|
||||
Reference in New Issue
Block a user