Skip to content

Commit d8ed83c

Browse files
committed
Fix whitespace
1 parent 6c7b038 commit d8ed83c

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(Oid userid, Oid serverid, bool missing_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
static void
3939
RegisterExtensibleNodeEntry(HTAB **p_htable, const char *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
TSQuery b = PG_GETARG_TSQUERY_COPY(1);
115115
QTNode *res;
116116
TSQuery query;
117-
int32 distance = PG_GETARG_INT32(2);
117+
int32 distance = 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
return result != -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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy