Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitef83eb0

Browse files
peterepull[bot]
authored andcommitted
Constify crc32_sz
Author: Aleksander Alekseev <aleksander@timescale.com>Discussion:https://postgr.es/m/e08317a0-a2e7-c60d-c14a-ad9fc34f8f6c%40eisentraut.org
1 parent947433d commitef83eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contrib/hstore/hstore_gist.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ typedef struct
7777

7878
/* shorthand for calculating CRC-32 of a single chunk of data. */
7979
staticpg_crc32
80-
crc32_sz(char*buf,intsize)
80+
crc32_sz(constchar*buf,intsize)
8181
{
8282
pg_crc32crc;
8383

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp