From 306dd13079ed616c414c9411c5deadffea273266 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: 2025年9月12日 09:55:16 +0900 Subject: [PATCH] Remove whitespace in comment of pg_stat_statements.c Introduced by 6b4d23feef6e, spotted while reading this area of the code. --- contrib/pg_stat_statements/pg_stat_statements.c | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/pg_stat_statements/pg_stat_statements.c b/contrib/pg_stat_statements/pg_stat_statements.c index 1cb368c8590..0bb0f933399 100644 --- a/contrib/pg_stat_statements/pg_stat_statements.c +++ b/contrib/pg_stat_statements/pg_stat_statements.c @@ -139,7 +139,6 @@ typedef enum pgssStoreKind * If you add a new key to this struct, make sure to teach pgss_store() to * zero the padding bytes. Otherwise, things will break, because pgss_hash is * created using HASH_BLOBS, and thus tag_hash is used to hash this. - */ typedef struct pgssHashKey { -- 2.39.5

AltStyle によって変換されたページ (->オリジナル) /