diff options
author | Robert Haas <rhaas@postgresql.org> | 2024-01-02 11:56:02 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2024-01-02 12:05:41 -0500 |
commit | 0d9937d1185629a94bf43dd0768c8f4eb835c9f0 (patch) | |
tree | 3a4b5db3c8f3430daf7eda0f55672f7fbda6fcf3 /src/include/pg_config_manual.h | |
parent | 5c430f9dc559ecd3bda8bebf4854f3f8d8bd86f3 (diff) | |
download | postgresql-0d9937d1185629a94bf43dd0768c8f4eb835c9f0.tar.gz postgresql-0d9937d1185629a94bf43dd0768c8f4eb835c9f0.zip |
Fix typos in comments and in one isolation test.
Dagfinn Ilmari Mannsåker, reviewed by Shubham Khanna. Some subtractions
by me.
Discussion: http://postgr.es/m/87le9fmi01.fsf@wibble.ilmari.org
Diffstat (limited to 'src/include/pg_config_manual.h')
-rw-r--r-- | src/include/pg_config_manual.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h index 16c383ba7f7..fd537329660 100644 --- a/src/include/pg_config_manual.h +++ b/src/include/pg_config_manual.h @@ -337,7 +337,7 @@ /* * Define this to force Bitmapset reallocation on each modification. Helps - * to find hangling pointers to Bitmapset's. + * to find dangling pointers to Bitmapset's. */ /* #define REALLOCATE_BITMAPSETS */ |