mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +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:
@ -68,7 +68,7 @@ forkname_to_number(const char *forkName)
|
||||
* forkname_chars
|
||||
* We use this to figure out whether a filename could be a relation
|
||||
* fork (as opposed to an oddly named stray file that somehow ended
|
||||
* up in the database directory). If the passed string begins with
|
||||
* up in the database directory). If the passed string begins with
|
||||
* a fork name (other than the main fork name), we return its length,
|
||||
* and set *fork (if not NULL) to the fork number. If not, we return 0.
|
||||
*
|
||||
|
Reference in New Issue
Block a user