We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8666cf6 commit 6889266Copy full SHA for 6889266
contrib/hstore/hstore_gist.c
@@ -77,7 +77,7 @@ typedef struct
77
78
/* shorthand for calculating CRC-32 of a single chunk of data. */
79
static pg_crc32
80
-crc32_sz(char *buf, int size)
+crc32_sz(const char *buf, int size)
81
{
82
pg_crc32 crc;
83
0 commit comments