agora inbox for [email protected]help / color / mirror / Atom feed
[PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f 43+ messages / 2 participants [nested] [flat]
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 43+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> command. - The table bellow describes the information that will be reported and provide - information how to interpret it. + for each backend that is currently running a <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy"> @@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 43+ messages in thread
* Re: Improve logging when using Huge Pages @ 2023-02-08 23:18 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 43+ messages in thread From: Justin Pryzby @ 2023-02-08 23:18 UTC (permalink / raw) To: Alvaro Herrera <[email protected]>; +Cc: Andres Freund <[email protected]>; Michael Paquier <[email protected]>; Kyotaro Horiguchi <[email protected]>; [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; pgsql-hackers; [email protected]; Nathan Bossart <[email protected]> On Thu, Feb 02, 2023 at 04:53:37PM +0100, Alvaro Herrera wrote: > On 2023-Jan-24, Justin Pryzby wrote: > > On Mon, Jan 23, 2023 at 05:33:35PM -0800, Andres Freund wrote: > > > I'm ok with this being a GUC, it doesn't feel elegant, but I suspect there's > > > no realistic elegant answer. > > > Whether it's a GUC or a function, I propose to name it hugepages_active. > > If there's no objections, I'll add to the CF. > > Maybe I misread the code (actually I only read the patch), but -- does > it set active=true when huge_pages=on? I think the code only works when > huge_pages=try. That might be pretty confusing; I think it should say > "on" in both cases. Yes - I realized that too. There's no reason this GUC should be inaccurate when huge_pages=on. (I had hoped there would be a conflict needing resolution before anyone else noticed.) I don't think it makes sense to run postgres -C huge_pages_active, however, so I see no issue that that would always returns "false". If need be, maybe the documentation could say "indicates whether huge pages are active for the running server". Does anybody else want to vote for a function rather than a RUNTIME_COMPUTED GUC ? -- Justin Attachments: [text/x-diff] v2-0001-add-GUC-huge_pages_active.patch (4.2K, ../../[email protected]/2-v2-0001-add-GUC-huge_pages_active.patch) download | inline diff: From 217b01b7eddabb5d863d50b1d4ca8e1019d9413c Mon Sep 17 00:00:00 2001 From: Justin Pryzby <[email protected]> Date: Mon, 23 Jan 2023 18:33:51 -0600 Subject: [PATCH v2] add GUC: huge_pages_active This is useful to show the current state of huge pages when huge_pages=try. The effective status is not otherwise visible without OS level tools like gdb or /proc/N/smaps. --- doc/src/sgml/config.sgml | 17 ++++++++++++++++- src/backend/port/sysv_shmem.c | 5 ++++- src/backend/port/win32_shmem.c | 5 ++++- src/backend/utils/misc/guc_tables.c | 13 +++++++++++++ 4 files changed, 37 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index d190be1925d..fcef4e3ce8e 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1708,7 +1708,8 @@ include_dir 'conf.d' server will try to request huge pages, but fall back to the default if that fails. With <literal>on</literal>, failure to request huge pages will prevent the server from starting up. With <literal>off</literal>, - huge pages will not be requested. + huge pages will not be requested. The actual state of huge pages is + indicated by the server variable <xref linkend="guc-huge-pages-active"/>. </para> <para> @@ -10687,6 +10688,20 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' </listitem> </varlistentry> + <varlistentry id="guc-huge-pages-active" xreflabel="huge_pages_active"> + <term><varname>huge_pages_active</varname> (<type>boolean</type>) + <indexterm> + <primary><varname>huge_pages_active</varname> configuration parameter</primary> + </indexterm> + </term> + <listitem> + <para> + Reports whether huge pages are in use by the current process. + See <xref linkend="guc-huge-pages"/> for more information. + </para> + </listitem> + </varlistentry> + <varlistentry id="guc-integer-datetimes" xreflabel="integer_datetimes"> <term><varname>integer_datetimes</varname> (<type>boolean</type>) <indexterm> diff --git a/src/backend/port/sysv_shmem.c b/src/backend/port/sysv_shmem.c index eaba244bc9c..9b9b25d53ba 100644 --- a/src/backend/port/sysv_shmem.c +++ b/src/backend/port/sysv_shmem.c @@ -621,7 +621,10 @@ CreateAnonymousSegment(Size *size) ptr = mmap(NULL, allocsize, PROT_READ | PROT_WRITE, PG_MMAP_FLAGS | mmap_flags, -1, 0); mmap_errno = errno; - if (huge_pages == HUGE_PAGES_TRY && ptr == MAP_FAILED) + if (ptr != MAP_FAILED) + SetConfigOption("huge_pages_active", "on", + PGC_INTERNAL, PGC_S_DYNAMIC_DEFAULT); + else if (huge_pages == HUGE_PAGES_TRY) elog(DEBUG1, "mmap(%zu) with MAP_HUGETLB failed, huge pages disabled: %m", allocsize); } diff --git a/src/backend/port/win32_shmem.c b/src/backend/port/win32_shmem.c index 62e08074770..73472a18f25 100644 --- a/src/backend/port/win32_shmem.c +++ b/src/backend/port/win32_shmem.c @@ -290,7 +290,10 @@ retry: size_low, /* Size Lower 32 bits */ szShareMem); - if (!hmap) + if (hmap) + SetConfigOption("huge_pages_active", "on", + PGC_INTERNAL, PGC_S_DYNAMIC_DEFAULT); + else { if (GetLastError() == ERROR_NO_SYSTEM_RESOURCES && huge_pages == HUGE_PAGES_TRY && diff --git a/src/backend/utils/misc/guc_tables.c b/src/backend/utils/misc/guc_tables.c index b21698934c8..1e8e67a4c54 100644 --- a/src/backend/utils/misc/guc_tables.c +++ b/src/backend/utils/misc/guc_tables.c @@ -571,6 +571,7 @@ static int shared_memory_size_mb; static int shared_memory_size_in_huge_pages; static int wal_block_size; static bool data_checksums; +static bool huge_pages_active = false; /* dynamically set */ static bool integer_datetimes; #ifdef USE_ASSERT_CHECKING @@ -1013,6 +1014,18 @@ struct config_bool ConfigureNamesBool[] = true, NULL, NULL, NULL }, + + { + {"huge_pages_active", PGC_INTERNAL, PRESET_OPTIONS, + gettext_noop("Indicates whether huge pages are in use."), + NULL, + GUC_NOT_IN_SAMPLE | GUC_DISALLOW_IN_FILE | GUC_RUNTIME_COMPUTED + }, + &huge_pages_active, + false, + NULL, NULL, NULL + }, + { /* Not for general use --- used by SET SESSION AUTHORIZATION */ {"is_superuser", PGC_INTERNAL, UNGROUPED, -- 2.25.1 ^ permalink raw reply [nested|flat] 43+ messages in thread
end of thread, other threads:[~2023-02-08 23:18 UTC | newest] Thread overview: 43+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2023-02-08 23:18 Re: Improve logging when using Huge Pages Justin Pryzby <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox