StartupXLOG_xlog.c_typo_fix_20120416.patch
text/x-patch
Filename: StartupXLOG_xlog.c_typo_fix_20120416.patch
Type: text/x-patch
Part: 0
Message:
A typo fix in a comment in xlog.c
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 | 4 | 4 |
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index 0c301b2..04dec4e 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -6354,10 +6354,10 @@ StartupXLOG(void) CheckRequiredParameterValues(); /* - * We're in recovery, so unlogged relations relations may be trashed - * and must be reset. This should be done BEFORE allowing Hot Standby - * connections, so that read-only backends don't try to read whatever - * garbage is left over from before. + * We're in recovery, so unlogged relations may be trashed and must + * be reset. This should be done BEFORE allowing Hot Standby + * connections, so that read-only backends don't try to read + * whatever garbage is left over from before. */ ResetUnloggedRelations(UNLOGGED_RELATION_CLEANUP);