mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +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:
@ -11615,7 +11615,7 @@ check_recovery_target_time(char **newval, void **extra, GucSource source)
|
||||
dterr = DecodeDateTime(field, ftype, nf, &dtype, tm, &fsec, &tz);
|
||||
if (dterr != 0)
|
||||
return false;
|
||||
if (dtype != DTK_DATE)
|
||||
if (dtype != DTK_DATE)
|
||||
return false;
|
||||
|
||||
if (tm2timestamp(tm, fsec, &tz, ×tamp) != 0)
|
||||
|
Reference in New Issue
Block a user