We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ea91b commit deb89bcCopy full SHA for deb89bc
1 file changed
pg_show_plans.c
@@ -52,9 +52,9 @@ typedef struct pgspEntry /* Hash table entry. */
52
53
typedef struct pgspSharedState /* Shared state of the extension. */
54
{
55
- LWLock *lock; /* Protects shared hash table. */
56
- bool is_enabled; /* Enables or disables the extension. */
57
- int plan_format;
+ LWLock *lock; /* Protects shared hash table. */
+ bool is_enabled; /* Enables or disables the extension. */
+ int plan_format;
58
} pgspSharedState;
59
60
typedef struct pgspCtx { /* Used as `funcctx->user_fctx` in pg_show_plans(). */
0 commit comments