1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-07 00:35:37 +02:00

Standardize some section names in headers.

It's better to start out with plural forms rather than flip back and forth as functions are added and subtracted. So, use "Constructors" instead of "Constructor".

Use "Getters/Setters" rather than "Getters" or "Setters" to avoid similar churn.
This commit is contained in:
David Steele
2020-04-03 18:15:32 -04:00
parent 1aca2cc902
commit f984aec665
64 changed files with 78 additions and 78 deletions

View File

@ -21,7 +21,7 @@ Object type
typedef struct PgClient PgClient;
/***********************************************************************************************************************************
Constructor
Constructors
***********************************************************************************************************************************/
PgClient *pgClientNew(
const String *host, const unsigned int port, const String *database, const String *user, const TimeMSec queryTimeout);