Re: Missing File weather.txt

2025-07-10 Thread Fujii Masao
On 2025/07/11 7:22, Daniel Gustafsson wrote: On 5 Jul 2025, at 19:29, Tom Lane wrote: Fujii Masao writes: On 2020/01/28 19:18, Daniel Gustafsson wrote: This is only mentioned as an example of another input method, with a link to the COPY page for more information. That being said, it's a

Re: Missing File weather.txt

2025-07-10 Thread Daniel Gustafsson
> On 5 Jul 2025, at 19:29, Tom Lane wrote: > > Fujii Masao writes: >> On 2020/01/28 19:18, Daniel Gustafsson wrote: >>> This is only mentioned as an example of another input method, with a link to >>> the COPY page for more information. That being said, it's a good thing for >>> a >>> tutorial

Re: Outdated typedefs in documentation

2025-07-10 Thread Tom Lane
"David G. Johnston" writes: > It seems mostly wasted effort to identify documented structs that are not > in the code - at least in an automated fashion. Documenting one and then > removing it outright - in way that someone might leave the documentation > for it behind - seems unlikely. I'm dubi

Re: Outdated typedefs in documentation

2025-07-10 Thread David G. Johnston
On Wed, Jul 9, 2025 at 5:46 PM Artem Fadeev wrote: > I have noticed a slight mismatch between typedefs in docs and header > files. Your code is producing obvious false-positives by finding documentation examples and stating the obvious fact that such examples do not exist in the code base (sinc

Re: Outdated typedefs in documentation

2025-07-10 Thread Daniel Gustafsson
> On 10 Jul 2025, at 02:45, Artem Fadeev wrote: > Attached diff file shows other mismatches I could find. There are some > comments that could be updated. Other differences are caused by indentation > variations and false positives. The attached diff is not useable for knowing what you propose

Document reopen of output file via SIGHUP in pg_recvlogical

2025-07-10 Thread Fujii Masao
Hi, pg_recvlogical continuously writes to the file specified with the --file option, which means the output file can grow indefinitely. To manage file size, some users may want to rotate the output periodically. While reviewing the source code to find the way to rotate the file, I noticed that p