]> granicus.if.org Git - postgresql/commitdiff
Fix whitespace
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 11 Apr 2016 18:44:51 +0000 (14:44 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 11 Apr 2016 18:44:51 +0000 (14:44 -0400)
src/backend/foreign/foreign.c
src/backend/nodes/extensible.c
src/backend/utils/adt/tsquery_op.c
src/pl/plpython/plpy_elog.c
src/test/modules/snapshot_too_old/sto.conf

index f1feb85c5519a83f0eaa60b5b145546964d666da..633b9832e54aab21c994b621ab7be29d0714158b 100644 (file)
@@ -253,7 +253,7 @@ GetUserMapping(Oid userid, Oid serverid)
  *
  * If missing_ok is true, the function returns InvalidOid when it does not find
  * required user mapping. Otherwise, find_user_mapping() throws error if it
- * does not find required user mapping. 
+ * does not find required user mapping.
  */
 Oid
 GetUserMappingId(Oid userid, Oid serverid, bool missing_ok)
index d61be58c45dce3cc754ab734c82d0725ae32f0a8..a4f1c990163ab215ed99dc89bb69984d3ccff60f 100644 (file)
@@ -33,7 +33,7 @@ typedef struct
 } ExtensibleNodeEntry;
 
 /*
- * An internal function to register a new callback structure 
+ * An internal function to register a new callback structure
  */
 static void
 RegisterExtensibleNodeEntry(HTAB **p_htable, const char *htable_label,
index 30d3faf3e2278cf17d0ce334e734e01f3d6e08fa..5ea02c41c7ec78a3260d23bfd222ba01d3113def 100644 (file)
@@ -114,13 +114,13 @@ tsquery_phrase_distance(PG_FUNCTION_ARGS)
        TSQuery         b = PG_GETARG_TSQUERY_COPY(1);
        QTNode     *res;
        TSQuery         query;
-       int32           distance = PG_GETARG_INT32(2);
+       int32           distance = PG_GETARG_INT32(2);
 
        if (distance < 0 || distance > MAXENTRYPOS)
                ereport(ERROR,
                                (errcode(ERRCODE_INVALID_PARAMETER_VALUE),
                                 errmsg("distance in phrase operator should be non-negative and less than %d",
-                                           MAXENTRYPOS)));
+                                               MAXENTRYPOS)));
        if (a->size == 0)
        {
                PG_FREE_IF_COPY(a, 1);
index 31bf36a0d6c82552043bd94d8c8751070aa1f60d..7d3d0d49816772e9c0b2e08564504d1f8fd4e428 100644 (file)
@@ -619,4 +619,3 @@ set_string_attr(PyObject *obj, char *attrname, char *str)
 
        return result != -1;
 }
-
index ce8048f198b3d5b0313fb825cb9885374c1e37c0..7eeaeeb0dc3da3333227efa0e74ba78ca5d87066 100644 (file)
@@ -1,3 +1,2 @@
 autovacuum = off
 old_snapshot_threshold = 0
-