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:
@@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user