Remove whitespace in comment of pg_stat_statements.c

Introduced by 6b4d23feef, spotted while reading this area of the code.
master
Michael Paquier 3 days ago
parent ed1aad15e0
commit 306dd13079
  1. 1
      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 * 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
{ {

Loading…
Cancel
Save