X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=src%2Fbackend%2Flibpq%2Fhba.c;h=fd98c60ddb0589a58c9126cb2fec2ea403165deb;hb=0a7832005792fa6dad171f9cadb8d587fe0dd800;hp=b070bfeda353bb1793bf777a8b0f0712087bbfd4;hpb=fb85cd4320414c3f6e9c8bc69ec944200ae1e493;p=postgresql diff --git a/src/backend/libpq/hba.c b/src/backend/libpq/hba.c index b070bfeda3..fd98c60ddb 100644 --- a/src/backend/libpq/hba.c +++ b/src/backend/libpq/hba.c @@ -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