We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 <teodor@sigaev.ru>
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