Content-Length: 264445 | pFad | http://github.com/postgrespro/postgres/commit/83defef8c794e7772e4099a7efa2ebac3c62742c
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1275cf commit 83defefCopy full SHA for 83defef
src/backend/access/transam/xlog.c
@@ -11102,6 +11102,12 @@ CheckForStandbyTrigger(void)
11102
fast_promote = true;
11103
return true;
11104
}
11105
+ else if (errno != ENOENT)
11106
+ ereport(ERROR,
11107
+ (errcode_for_file_access(),
11108
+ errmsg("could not stat trigger file \"%s\": %m",
11109
+ TriggerFile)));
11110
+
11111
return false;
11112
11113
Fetched URL: http://github.com/postgrespro/postgres/commit/83defef8c794e7772e4099a7efa2ebac3c62742c
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments