1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Remove duplicated words in comments.

David Rowley
This commit is contained in:
Heikki Linnakangas
2015-04-12 10:46:17 +03:00
parent 83aca89f7c
commit a10589a512
4 changed files with 7 additions and 7 deletions

View File

@ -8470,7 +8470,7 @@ read_nondefault_variables(void)
* particular postmaster. Most PGC_INTERNAL variables are compile-time
* constants; a few, like server_encoding and lc_ctype, are handled specially
* outside the serialize/restore procedure. Therefore, SerializeGUCState()
* never sends these, and and RestoreGUCState() never changes them.
* never sends these, and RestoreGUCState() never changes them.
*/
static bool
can_skip_gucvar(struct config_generic * gconf)