mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +03:00
Initial pgindent and pgperltidy run for v14.
Also "make reformat-dat-files". The only change worthy of note is that pgindent messed up the formatting of launcher.c's struct LogicalRepWorkerId, which led me to notice that that struct wasn't used at all anymore, so I just took it out.
This commit is contained in:
@ -26,7 +26,7 @@ void
|
||||
ExecAsyncRequest(AsyncRequest *areq)
|
||||
{
|
||||
if (areq->requestee->chgParam != NULL) /* something changed? */
|
||||
ExecReScan(areq->requestee); /* let ReScan handle this */
|
||||
ExecReScan(areq->requestee); /* let ReScan handle this */
|
||||
|
||||
/* must provide our own instrumentation support */
|
||||
if (areq->requestee->instrument)
|
||||
@ -124,7 +124,7 @@ ExecAsyncResponse(AsyncRequest *areq)
|
||||
default:
|
||||
/* If the node doesn't support async, caller messed up. */
|
||||
elog(ERROR, "unrecognized node type: %d",
|
||||
(int) nodeTag(areq->requestor));
|
||||
(int) nodeTag(areq->requestor));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user