temp_file_limit.diff

text/x-diff

Filename: temp_file_limit.diff
Type: text/x-diff
Part: 0
Message: Re: Re: [COMMITTERS] pgsql: Add temp_file_limit GUC parameter to constrain temporary file sp

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: unified
File+
doc/src/sgml/config.sgml 0 0
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
new file mode 100644
index 074afee..216c095
*** a/doc/src/sgml/config.sgml
--- b/doc/src/sgml/config.sgml
*************** SET ENABLE_SEQSCAN TO OFF;
*** 1138,1144 ****
         <para>
          Specifies the maximum amount of disk space that a session can use
          for temporary files, such as sort and hash temporary files, or the
!         storage file for a held cursor.
          The value is specified in kilobytes, and <literal>-1</> (the
          default) means no limit.
          Only superusers can change this setting.
--- 1138,1145 ----
         <para>
          Specifies the maximum amount of disk space that a session can use
          for temporary files, such as sort and hash temporary files, or the
!         storage file for a held cursor.  A transaction attempting to exceed
!         this limit will be cancelled.
          The value is specified in kilobytes, and <literal>-1</> (the
          default) means no limit.
          Only superusers can change this setting.