mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +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:
@@ -131,7 +131,7 @@ load_external_function(char *filename, char *funcname,
|
||||
|
||||
/*
|
||||
* This function loads a shlib file without looking up any particular
|
||||
* function in it. If the same shlib has previously been loaded,
|
||||
* function in it. If the same shlib has previously been loaded,
|
||||
* unload and reload it.
|
||||
*
|
||||
* When 'restricted' is true, only libraries in the presumed-secure
|
||||
@@ -171,7 +171,7 @@ lookup_external_function(void *filehandle, char *funcname)
|
||||
|
||||
/*
|
||||
* Load the specified dynamic-link library file, unless it already is
|
||||
* loaded. Return the pg_dl* handle for the file.
|
||||
* loaded. Return the pg_dl* handle for the file.
|
||||
*
|
||||
* Note: libname is expected to be an exact name for the library file.
|
||||
*/
|
||||
@@ -473,7 +473,7 @@ file_exists(const char *name)
|
||||
* If name contains a slash, check if the file exists, if so return
|
||||
* the name. Else (no slash) try to expand using search path (see
|
||||
* find_in_dynamic_libpath below); if that works, return the fully
|
||||
* expanded file name. If the previous failed, append DLSUFFIX and
|
||||
* expanded file name. If the previous failed, append DLSUFFIX and
|
||||
* try again. If all fails, just return the original name.
|
||||
*
|
||||
* The result will always be freshly palloc'd.
|
||||
|
||||
Reference in New Issue
Block a user