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

Commit058fb69

Browse files
committed
fix formatting
1 parent3811abf commit058fb69

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

‎jsquery_extract.c

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*-------------------------------------------------------------------------
22
*
33
* jsquery_extract.c
4-
*Functions and operations to support jsquery in indexes
4+
*Functions and operations to support jsquery in indexes
55
*
66
* Copyright (c) 2014, PostgreSQL Global Development Group
77
* Author: Alexander Korotkov <aekorotkov@gmail.com>
88
*
99
* IDENTIFICATION
10-
*contrib/jsquery/jsquery_extract.c
10+
*contrib/jsquery/jsquery_extract.c
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -43,10 +43,10 @@ static void debugRecursive(StringInfo buf, ExtractedNode *node, int shift);
4343
staticExtractedNode*
4444
recursiveExtract(JsQueryItem*jsq,boolnot,boolindirect,PathItem*path)
4545
{
46-
ExtractedNode*leftNode,*rightNode,*result;
47-
PathItem*pathItem;
48-
ExtractedNodeTypetype;
49-
JsQueryItemelem,e;
46+
ExtractedNode*leftNode,*rightNode,*result;
47+
PathItem*pathItem;
48+
ExtractedNodeTypetype;
49+
JsQueryItemelem,e;
5050

5151
check_stack_depth();
5252

@@ -453,11 +453,11 @@ compareJsQueryItem(JsQueryItem *v1, JsQueryItem *v2)
453453
staticvoid
454454
processGroup(ExtractedNode*node,intstart,intend)
455455
{
456-
inti;
456+
inti;
457457
JsQueryItem*leftBound=NULL,
458458
*rightBound=NULL,
459459
*exactValue=NULL;
460-
boolleftInclusive= false,
460+
boolleftInclusive= false,
461461
rightInclusive= false,
462462
first= true;
463463
ExtractedNode*child;
@@ -575,8 +575,8 @@ simplifyRecursive(ExtractedNode *node)
575575
{
576576
if (node->type==eAnd)
577577
{
578-
inti,groupStart=-1;
579-
ExtractedNode*child,*prevChild=NULL;
578+
inti,groupStart=-1;
579+
ExtractedNode*child,*prevChild=NULL;
580580

581581
for (i=0;i<node->args.count;i++)
582582
node->args.items[i]->number=i;
@@ -764,7 +764,7 @@ ExtractedNode *
764764
extractJsQuery(JsQuery*jq,MakeEntryHandlermakeHandler,
765765
CheckEntryHandlercheckHandler,Pointerextra)
766766
{
767-
ExtractedNode*root;
767+
ExtractedNode*root;
768768
JsQueryItemjsq;
769769

770770
jsqInit(&jsq,jq);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp