breakit.patch
application/octet-stream
Filename: breakit.patch
Type: application/octet-stream
Part: 0
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: unified
| File | + | − |
|---|---|---|
| src/backend/access/transam/xlog.c | 1 | 0 |
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index ae8b76e..a71ab41 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -5689,6 +5689,7 @@ StartupXLOG(void) if (ControlFile->state != DB_SHUTDOWNED) pg_usleep(60000000L); #endif + pg_usleep(30000000L); /* * Verify that pg_xlog and pg_xlog/archive_status exist. In cases where