From 5ee45406402329b3525f3c88ec2e731b1932f571 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Fri, 1 May 2020 12:13:06 +0900 Subject: [PATCH] Fix typo in comment --- configfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configfile.h b/configfile.h index 647209cd..d1eef273 100644 --- a/configfile.h +++ b/configfile.h @@ -29,7 +29,7 @@ #define TARGET_TIMELINE_LATEST 0 /* - * This is defined src/include/utils.h, however it's not practical + * This is defined in src/include/utils.h, however it's not practical * to include that from a frontend application. */ #define PG_AUTOCONF_FILENAME "postgresql.auto.conf"