RE: PATCH: document for regression test forgets libpq test

2023-10-30 Thread Ryo Matsumura (Fujitsu)
t; Sent: Wednesday, September 6, 2023 2:06 AM > To: Matsumura, Ryo/松村 量 > Cc: pgsql-hack...@postgresql.org > Subject: Re: PATCH: document for regression test forgets libpq test > > On Fri, Sep 1, 2023 at 08:01:47AM +, Ryo Matsumura (Fujitsu) wrote: > > Hi, > > >

Re: PATCH: document for regression test forgets libpq test

2023-09-05 Thread Bruce Momjian
On Fri, Sep 1, 2023 at 08:01:47AM +, Ryo Matsumura (Fujitsu) wrote: > Hi, > > I found a small mistake in document in 33.1.3. Additional Test Suites. > > > The additional tests that can be invoked this way include: > The list doesn't include interface/libpq/test. > > I attached patch. Yes,

PATCH: document for regression test forgets libpq test

2023-09-01 Thread Ryo Matsumura (Fujitsu)
Hi, I found a small mistake in document in 33.1.3. Additional Test Suites. > The additional tests that can be invoked this way include: The list doesn't include interface/libpq/test. I attached patch. Thank you. Best Regards Ryo Matsumura Fujitsu Limited regress_doc_fix.diff Description: reg

Re: [PATCH] Document heuristics for parameterized paths

2021-12-16 Thread Steinar H. Gunderson
On Wed, Dec 15, 2021 at 11:23:12PM -0500, Greg Stark wrote: >>> +one that must cannot be delayed right away (because of outer join >> must cannot? > Actually on further reading... "delayed right away"? There are two ways of writing this sentence, and I see that I tried to use both of them in the s

Re: [PATCH] Document heuristics for parameterized paths

2021-12-15 Thread Greg Stark
On Wed, 15 Dec 2021 at 23:22, Greg Stark wrote: > > On Mon, 6 Dec 2021 at 13:01, Steinar H. Gunderson > wrote: > > > > +one that must cannot be delayed right away (because of outer join > > must cannot? Actually on further reading... "delayed right away"? -- greg

Re: [PATCH] Document heuristics for parameterized paths

2021-12-15 Thread Greg Stark
On Mon, 6 Dec 2021 at 13:01, Steinar H. Gunderson wrote: > > +one that must cannot be delayed right away (because of outer join must cannot? -- greg

[PATCH] Document heuristics for parameterized paths

2021-12-06 Thread Steinar H. Gunderson
Hi, A small patch to the documentation about how to reduce the number of parameterized paths, because it kept me searching for a long time :-) (The code this documents is in add_paths_to_joinrel(), the loop foreach(lc, root->join_info_list).) diff --git a/src/backend/optimizer/README b/src/backe

Re: [PATCH] document

2021-10-04 Thread Fujii Masao
On 2021/10/04 15:18, Fujii Masao wrote: On 2021/08/26 1:39, Justin Pryzby wrote: On Wed, Aug 25, 2021 at 09:50:13AM -0400, Tom Lane wrote: Fujii Masao writes: When I applied the patch to the master, I found that the table entries for those function were added into the table for aclitem f

Re: [PATCH] document

2021-10-03 Thread Fujii Masao
On 2021/08/26 1:39, Justin Pryzby wrote: On Wed, Aug 25, 2021 at 09:50:13AM -0400, Tom Lane wrote: Fujii Masao writes: When I applied the patch to the master, I found that the table entries for those function were added into the table for aclitem functions in the docs. I think this is not va

Re: [PATCH] document

2021-08-25 Thread Justin Pryzby
On Wed, Aug 25, 2021 at 09:50:13AM -0400, Tom Lane wrote: > Fujii Masao writes: > > When I applied the patch to the master, I found that the table entries for > > those function were added into the table for aclitem functions in the docs. > > I think this is not valid position and needs to be move

Re: [PATCH] document

2021-08-25 Thread Tom Lane
Fujii Masao writes: > When I applied the patch to the master, I found that the table entries for > those function were added into the table for aclitem functions in the docs. > I think this is not valid position and needs to be moved to the proper one > (maybe the table for system catalog informat

Re: [PATCH] document

2021-08-25 Thread Fujii Masao
On 2021/07/14 14:45, Laurenz Albe wrote: On Wed, 2021-07-14 at 14:43 +0900, Ian Lawrence Barwick wrote: Hi The description for "pg_database" [1] mentions the function "pg_encoding_to_char()", but this is not described anywhere in the docs. Given that that it (and the corresponding "pg_char_t

Re: [PATCH] document pg_encoding_to_char() and pg_char_to_encoding()

2021-07-14 Thread Ian Lawrence Barwick
2021年7月14日(水) 14:43 Ian Lawrence Barwick : > > Hi > > The description for "pg_database" [1] mentions the function > "pg_encoding_to_char()", but this is not described anywhere in the docs. Given > that that it (and the corresponding "pg_char_to_encoding()") have been around > since 7.0 [2], it's pr

Re: [PATCH] document

2021-07-13 Thread Laurenz Albe
On Wed, 2021-07-14 at 14:43 +0900, Ian Lawrence Barwick wrote: > Hi > > The description for "pg_database" [1] mentions the function > "pg_encoding_to_char()", but this is not described anywhere in the docs. Given > that that it (and the corresponding "pg_char_to_encoding()") have been around > sin

[PATCH] document

2021-07-13 Thread Ian Lawrence Barwick
Hi The description for "pg_database" [1] mentions the function "pg_encoding_to_char()", but this is not described anywhere in the docs. Given that that it (and the corresponding "pg_char_to_encoding()") have been around since 7.0 [2], it's probably not a burning issue, but it seems not entirely un

[PATCH] Document the fact that pg_proc.protrftypes references pg_type.oid

2021-01-24 Thread Joel Jacobson
Hi, This patch fixes $SUBJECT. /Joel pg-proc-protrftypes-references-pg-type-oid.patch Description: Binary data