Fix some trailing whitespace in documentation files
authorPeter Eisentraut
Thu, 22 Apr 2021 20:47:57 +0000 (22:47 +0200)
committerPeter Eisentraut
Thu, 22 Apr 2021 20:47:57 +0000 (22:47 +0200)
doc/src/sgml/fdwhandler.sgml
doc/src/sgml/installation.sgml
doc/src/sgml/logical-replication.sgml
doc/src/sgml/logicaldecoding.sgml
doc/src/sgml/ref/pgupgrade.sgml
doc/src/sgml/ref/psql-ref.sgml
doc/src/sgml/ref/reindex.sgml
doc/src/sgml/ref/vacuum.sgml
doc/src/sgml/wal.sgml

index 98882ddab86f084a704794c38fab0efce614bb46..9f9274ce55fde38fa748e1f58eda6422588c95e2 100644 (file)
@@ -460,7 +460,7 @@ AddForeignUpdateTargets(PlannerInfo *root,
      for a whole-row Var marked with
      vartype = RECORD,
      and wholerowN
-     for a whole-row Var with 
+     for a whole-row Var with
      vartype equal to the table's declared rowtype.
      Re-use these names when you can (the planner will combine duplicate
      requests for identical junk columns).  If you need another kind of
@@ -1616,7 +1616,7 @@ ForeignAsyncRequest(AsyncRequest *areq);
 void
 ForeignAsyncConfigureWait(AsyncRequest *areq);
 
-     Configure a file descriptor event for which the 
+     Configure a file descriptor event for which the
      ForeignScan node wishes to wait.
      This function will only be called when the
      ForeignScan node has the
index 66ad4ba93808fb0eba48bf7c1435f23f884b12c5..50d9fa2021511fe9f7cfcaede8d997b9ab904fc7 100644 (file)
@@ -982,7 +982,7 @@ build-postgresql:
          configure will check for the required
          header files and libraries to make sure that your
          OpenSSL installation is sufficient
-         before proceeding. 
+         before proceeding.
         
        
       
index 737895265182bb26045170d9c835a7888f1b7a05..88646bc859dff6c66b97265b1b0d67cc0d6e336c 100644 (file)
        using ALTER SUBSCRIPTION before attempting to drop
        the subscription.  If the remote database instance no longer exists, no
        further action is then necessary.  If, however, the remote database
-       instance is just unreachable, the replication slot (and any still 
+       instance is just unreachable, the replication slot (and any still
        remaining table synchronization slots) should then be
        dropped manually; otherwise it/they would continue to reserve WAL and might
        eventually cause the disk to fill up.  Such cases should be carefully
index f61bcfcf3c93ebd356b66d6ff25df18582dae970..a7ec5c35776783f7985b9bc19ffc8b0f22d473da 100644 (file)
@@ -477,7 +477,7 @@ typedef void (*LogicalOutputPluginInit) (struct OutputPluginCallbacks *cb);
     
     An output plugin may also define functions to support two-phase commits,
     which allows actions to be decoded on the PREPARE TRANSACTION.
-    The begin_prepare_cbprepare_cb, 
+    The begin_prepare_cbprepare_cb,
     stream_prepare_cb,
     commit_prepared_cb and rollback_prepared_cb
     callbacks are required, while filter_prepare_cb is optional.
@@ -1202,7 +1202,7 @@ stream_commit_cb(...);  <-- commit of the streamed transaction
     To support the streaming of two-phase commands, an output plugin needs to
     provide additional callbacks. There are multiple two-phase commit callbacks
     that are required, (begin_prepare_cb,
-    prepare_cbcommit_prepared_cb, 
+    prepare_cbcommit_prepared_cb,
     rollback_prepared_cb and
     stream_prepare_cb) and an optional callback
     (filter_prepare_cb).
index 92e1d09a55caee6f32ddc3ba6161dde6dd5e9c43..4737d97d20203d42a68641642ee5747f89301dd3 100644 (file)
@@ -375,7 +375,7 @@ NET STOP postgresql-&majorversion;
      Latest checkpoint location values match in all clusters.
      (There will be a mismatch if old standby servers were shut down
      before the old primary or if the old standby servers are still running.)
-     Also, make sure wal_level is not set to 
+     Also, make sure wal_level is not set to
      minimal in the postgresql.conf file on the
      new primary cluster.
     
index bd4f26e6cc877c245eba971746701a019e075cfe..3b9ec5e0a3972064400983c212f791eb3d26ba0c 100644 (file)
@@ -1937,7 +1937,7 @@ testdb=>
         The status of each kind of extended statistics is shown in a column
         named after its statistic kind (e.g. Ndistinct).
         "defined" means that it was requested when creating the statistics,
-        and NULL means it wasn't requested. 
+        and NULL means it wasn't requested.
         You can use pg_stats_ext if you'd like to know whether 
         ANALYZE was run and statistics are available to the
         planner.
index 5875ecb93f789a0335946e61d69cfa55771a23f1..53c362dcd3ea412d5af994e9ea8db13f218f7bb3 100644 (file)
@@ -224,7 +224,7 @@ REINDEX [ ( option [, ...] ) ] { IN
     new_tablespace
     
      
-      The tablespace where indexes will be rebuilt. 
+      The tablespace where indexes will be rebuilt.
      
     
    
index 6a0028a514252418a00ac9a21d495011e666ed93..5f67c9d18b7b47fb676afc037736f57f37ac1732 100644 (file)
@@ -398,7 +398,7 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] [ ANALYZE ] [ 
     FULL option will report its progress in the
     pg_stat_progress_vacuum view. Backends running
     VACUUM FULL will instead report their progress in the
-    pg_stat_progress_cluster view. See 
+    pg_stat_progress_cluster view. See
      and
      for details.
    
index 36e00c92c267bb35802c183a57d4c43d7e7c8047..9606c617d41a852656caf8c7ecf80b4a25b1f2b0 100644 (file)
 
    
     The pg_checksums
-    application can be used to enable or disable data checksums, as well as 
+    application can be used to enable or disable data checksums, as well as
     verify checksums, on an offline cluster.
    
 
    issue_xlog_fsync syncs WAL data to disk are counted as
    wal_write_time and wal_sync_time in
    , respectively.
-   XLogWrite is normally called by 
+   XLogWrite is normally called by
    XLogInsertRecord (when there is no space for the new
    record in WAL buffers), XLogFlush and the WAL writer,
    to write WAL buffers to disk and call issue_xlog_fsync.