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

Commitd8ed83c

Browse files
committed
Fix whitespace
1 parent6c7b038 commitd8ed83c

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

‎src/backend/foreign/foreign.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ GetUserMapping(Oid userid, Oid serverid)
253253
*
254254
* If missing_ok is true, the function returns InvalidOid when it does not find
255255
* required user mapping. Otherwise, find_user_mapping() throws error if it
256-
* does not find required user mapping.
256+
* does not find required user mapping.
257257
*/
258258
Oid
259259
GetUserMappingId(Oiduserid,Oidserverid,boolmissing_ok)

‎src/backend/nodes/extensible.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ typedef struct
3333
}ExtensibleNodeEntry;
3434

3535
/*
36-
* An internal function to register a new callback structure
36+
* An internal function to register a new callback structure
3737
*/
3838
staticvoid
3939
RegisterExtensibleNodeEntry(HTAB**p_htable,constchar*htable_label,

‎src/backend/utils/adt/tsquery_op.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ tsquery_phrase_distance(PG_FUNCTION_ARGS)
114114
TSQueryb=PG_GETARG_TSQUERY_COPY(1);
115115
QTNode*res;
116116
TSQueryquery;
117-
int32distance=PG_GETARG_INT32(2);
117+
int32distance=PG_GETARG_INT32(2);
118118

119119
if (distance<0||distance>MAXENTRYPOS)
120120
ereport(ERROR,
121121
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
122122
errmsg("distance in phrase operator should be non-negative and less than %d",
123-
MAXENTRYPOS)));
123+
MAXENTRYPOS)));
124124
if (a->size==0)
125125
{
126126
PG_FREE_IF_COPY(a,1);

‎src/pl/plpython/plpy_elog.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,4 +619,3 @@ set_string_attr(PyObject *obj, char *attrname, char *str)
619619

620620
returnresult!=-1;
621621
}
622-
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
autovacuum = off
22
old_snapshot_threshold = 0
3-

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp