PG-174: Code cleanup. (#310)

pg_stat_monitor is a bit longer; therefore, it requires some code cleanup.
Therefore I decided to turn these tasks into multiple commits and PR to avoid
various changes in one PR. This will ease the review and Q/A process.
In this commit, I have done these tasks.

1 - Fixing compilation issue, cause by previous commit, where we removed
the benchmarking code. It was causing problem for PostgreSQL-12.
pull/312/head
Ibrar Ahmed 2022-10-25 01:04:23 +05:00 committed by GitHub
parent d7e8a0ae79
commit 634f0ce580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ pgss_post_parse_analyze(ParseState *pstate, Query *query, JumbleState *jstate)
jstate, /* JumbleState */ jstate, /* JumbleState */
PGSS_PARSE); /* pgssStoreKind */ PGSS_PARSE); /* pgssStoreKind */
} }
#elif #else
/* /*
* Post-parse-analysis hook: mark query with a queryId * Post-parse-analysis hook: mark query with a queryId