Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7080342 commit 3811abfCopy full SHA for 3811abf
jsquery_support.c
@@ -1,13 +1,13 @@
1
/*-------------------------------------------------------------------------
2
*
3
* jsquery_support.c
4
- * Functions and operations to support jsquery
+ * Functions and operations to support jsquery
5
6
* Copyright (c) 2014, PostgreSQL Global Development Group
7
* Author: Teodor Sigaev <[email protected]>
8
9
* IDENTIFICATION
10
- * contrib/jsquery/jsquery_support.c
+ * contrib/jsquery/jsquery_support.c
11
12
*-------------------------------------------------------------------------
13
*/
@@ -22,7 +22,7 @@
22
} while(0) \
23
24
#define read_int32(v, b, p) do { \
25
- (v) = *(uint32*)((b) + (p)); \
+ (v) = *(uint32*)((b) + (p)); \
26
(p) += sizeof(int32); \
27
28
0 commit comments