Fix compiler error due to the previous commit.
authorBo Peng <pengbo@sraoss.co.jp>
Wed, 2 Dec 2020 00:20:38 +0000 (09:20 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Wed, 2 Dec 2020 00:20:38 +0000 (09:20 +0900)
src/auth/pool_passwd.c

index fedac2a4fdc723c56b937c056c81bd2100b7d323..97b1a4452fa6b853fd411300fa950e0fdda10f8c 100644 (file)
@@ -632,7 +632,7 @@ read_pool_key(char *key_file_path)
        if (fstat(fileno(fp), &stat_buf) != 0)
        {
                ereport(WARNING,
-                               (errmsg("failed to stat pool key file")
+                               (errmsg("failed to stat pool key file"),
                                 errdetail("fstat failed with reason: \"%m\"")));
                fclose(fp);
                return NULL;