1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-15 05:46:52 +03:00

Remove whitespace in comment of pg_stat_statements.c

Introduced by 6b4d23feef, spotted while reading this area of the code.
This commit is contained in:
Michael Paquier
2025-09-12 09:55:16 +09:00
parent ed1aad15e0
commit 306dd13079

View File

@@ -139,7 +139,6 @@ typedef enum pgssStoreKind
* If you add a new key to this struct, make sure to teach pgss_store() to * 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 * 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. * created using HASH_BLOBS, and thus tag_hash is used to hash this.
*/ */
typedef struct pgssHashKey typedef struct pgssHashKey
{ {