mirror of
https://github.com/postgres/postgres.git
synced 2025-11-21 00:42:43 +03:00
Pre-beta2 mechanical code beautification.
Run pgindent and pgperltidy. It seems we're still some ways away from all committers doing this automatically. Now that we have a buildfarm animal that will whine about poorly-indented code, we'll try to keep the tree more tidy. Discussion: https://postgr.es/m/3156045.1687208823@sss.pgh.pa.us
This commit is contained in:
@@ -2693,9 +2693,8 @@ load_hba(void)
|
||||
if (!ok)
|
||||
{
|
||||
/*
|
||||
* File contained one or more errors, so bail out.
|
||||
* MemoryContextDelete is enough to clean up everything, including
|
||||
* regexes.
|
||||
* File contained one or more errors, so bail out. MemoryContextDelete
|
||||
* is enough to clean up everything, including regexes.
|
||||
*/
|
||||
MemoryContextDelete(hbacxt);
|
||||
return false;
|
||||
@@ -3057,9 +3056,8 @@ load_ident(void)
|
||||
if (!ok)
|
||||
{
|
||||
/*
|
||||
* File contained one or more errors, so bail out.
|
||||
* MemoryContextDelete is enough to clean up everything, including
|
||||
* regexes.
|
||||
* File contained one or more errors, so bail out. MemoryContextDelete
|
||||
* is enough to clean up everything, including regexes.
|
||||
*/
|
||||
MemoryContextDelete(ident_context);
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user