mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +03:00
pgindent run for 9.4
This includes removing tabs after periods in C comments, which was applied to back branches, so this change should not effect backpatching.
This commit is contained in:
@@ -1758,7 +1758,7 @@ check_hba(hbaPort *port)
|
||||
* Read the config file and create a List of HbaLine records for the contents.
|
||||
*
|
||||
* The configuration is read into a temporary list, and if any parse error
|
||||
* occurs the old list is kept in place and false is returned. Only if the
|
||||
* occurs the old list is kept in place and false is returned. Only if the
|
||||
* whole file parses OK is the list replaced, and the function returns true.
|
||||
*
|
||||
* On a false result, caller will take care of reporting a FATAL error in case
|
||||
@@ -2244,7 +2244,7 @@ load_ident(void)
|
||||
|
||||
/*
|
||||
* Determine what authentication method should be used when accessing database
|
||||
* "database" from frontend "raddr", user "user". Return the method and
|
||||
* "database" from frontend "raddr", user "user". Return the method and
|
||||
* an optional argument (stored in fields of *port), and STATUS_OK.
|
||||
*
|
||||
* If the file does not contain any entry matching the request, we return
|
||||
|
Reference in New Issue
Block a user