diff options
| author | Michael Paquier | 2019-07-29 03:28:30 +0000 |
|---|---|---|
| committer | Michael Paquier | 2019-07-29 03:28:30 +0000 |
| commit | eb43f3d19324d7e5376b1f57fc2e5c142a6b5f3d (patch) | |
| tree | bf891accfbaff49a006960ebdfd4f1f8e12d4252 /src/bin/initdb | |
| parent | 7cce159349ccdb39ade07f869f08e4929ef2fe0b (diff) | |
Fix inconsistencies and typos in the tree
This is numbered take 8, and addresses again a set of issues with code
comments, variable names and unreferenced variables.
Author: Alexander Lakhin
Discussion: https://postgr.es/m/b137b5eb-9c95-9c2f-586e-38aba7d59788@gmail.com
Diffstat (limited to 'src/bin/initdb')
| -rw-r--r-- | src/bin/initdb/initdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/initdb/initdb.c b/src/bin/initdb/initdb.c index 04d77ad7006..09eabfbe5ab 100644 --- a/src/bin/initdb/initdb.c +++ b/src/bin/initdb/initdb.c @@ -2024,7 +2024,7 @@ make_template0(FILE *cmdfd) "CREATE DATABASE template0 IS_TEMPLATE = true ALLOW_CONNECTIONS = false;\n\n", /* - * We use the OID of template0 to determine lastsysoid + * We use the OID of template0 to determine datlastsysoid */ "UPDATE pg_database SET datlastsysoid = " " (SELECT oid FROM pg_database " |
