|
|
|
@ -54,10 +54,9 @@ ResetUnloggedRelations(int op) |
|
|
|
oldctx; |
|
|
|
oldctx; |
|
|
|
|
|
|
|
|
|
|
|
/* Log it. */ |
|
|
|
/* Log it. */ |
|
|
|
ereport(DEBUG1, |
|
|
|
elog(DEBUG1, "resetting unlogged relations: cleanup %d init %d", |
|
|
|
(errmsg("resetting unlogged relations: cleanup %d init %d", |
|
|
|
(op & UNLOGGED_RELATION_CLEANUP) != 0, |
|
|
|
(op & UNLOGGED_RELATION_CLEANUP) != 0, |
|
|
|
(op & UNLOGGED_RELATION_INIT) != 0); |
|
|
|
(op & UNLOGGED_RELATION_INIT) != 0))); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* Just to be sure we don't leak any memory, let's create a temporary |
|
|
|
* Just to be sure we don't leak any memory, let's create a temporary |
|
|
|
|