On Fri, Nov 3, 2023 at 3:14 PM Japin Li wrote:
> Thanks for your explantation, the termios.c_oflag on Illumos enables TABDLY
> by default.
It seems that various other open source Unixen dropped that between 29
and 2 years ago, but not illumos. I guess no one ever had IO::Pty
installed on an olde
On Fri, 03 Nov 2023 at 10:03, Thomas Munro wrote:
> On Fri, Nov 3, 2023 at 2:22 PM Thomas Munro wrote:
>> On Fri, Nov 3, 2023 at 3:42 AM Japin Li wrote:
>> > I think this might be a bug comes from Illumos pseudo-tty. I can reproduce
>> > this by using pseudo-tty on Illumos.
>>
>> I don't know
On Fri, Nov 3, 2023 at 2:22 PM Thomas Munro wrote:
> On Fri, Nov 3, 2023 at 3:42 AM Japin Li wrote:
> > I think this might be a bug comes from Illumos pseudo-tty. I can reproduce
> > this by using pseudo-tty on Illumos.
>
> I don't know but my guess is that this has to do with termios defaults
>
On Fri, Nov 3, 2023 at 3:42 AM Japin Li wrote:
> On Thu, 02 Nov 2023 at 22:23, Tom Lane wrote:
> > Japin Li writes:
> >> It seems the 'SEL\t' is converted to 'SEL ' which is "SEL" with 5
> >> spaces.
> >
> > That would be plausible if readline were disabled, or otherwise
> > not functioning
On Thu, 02 Nov 2023 at 22:23, Tom Lane wrote:
> Japin Li writes:
>> It seems the 'SEL\t' is converted to 'SEL ' which is "SEL" with 5 spaces.
>
> That would be plausible if readline were disabled, or otherwise
> not functioning.
>
I think this might be a bug comes from Illumos pseudo-tty.
Japin Li writes:
> It seems the 'SEL\t' is converted to 'SEL ' which is "SEL" with 5 spaces.
That would be plausible if readline were disabled, or otherwise
not functioning.
regards, tom lane
On Thu, 02 Nov 2023 at 13:42, Japin Li wrote:
> On Thu, 02 Nov 2023 at 13:01, Noah Misch wrote:
>> On Wed, Nov 01, 2023 at 03:19:39PM +0800, Japin Li wrote:
>>> I try to run regression test on illumos, the 010_tab_completion will
>>> failed because of timeout.
>>
>>> Any suggestions? Thanks in
On Thu, 02 Nov 2023 at 13:01, Noah Misch wrote:
> On Wed, Nov 01, 2023 at 03:19:39PM +0800, Japin Li wrote:
>> I try to run regression test on illumos, the 010_tab_completion will
>> failed because of timeout.
>
>> Any suggestions? Thanks in advance!
>
> This test failed for me, in a different
On Wed, Nov 01, 2023 at 03:19:39PM +0800, Japin Li wrote:
> I try to run regression test on illumos, the 010_tab_completion will
> failed because of timeout.
> Any suggestions? Thanks in advance!
This test failed for me, in a different way, when I briefly installed IO::Pty
on a Solaris buildfarm
Japin Li writes:
> I try to run regression test on illumos, the 010_tab_completion will
> failed because of timeout.
Why are you getting this?
> Begin standard error
> psql::6: WARNING: wal_level is insufficient to publish logical
> changes
> HINT: Set wal_level to "logical"
Hi,
> I try to run regression test on illumos, the 010_tab_completion will
> failed because of timeout.
>
> Here is my build commands and logs:
>
> [...]
>
> Any suggestions? Thanks in advance!
It's hard to say what went wrong with this output due to lack of
backtrace. I would suggest adding deb
Hi hackers,
I try to run regression test on illumos, the 010_tab_completion will
failed because of timeout.
Here is my build commands and logs:
$ ../configure --enable-cassert --enable-debug --enable-nls --with-perl \
--with-python --with-tcl --with-openssl --with-libxml --with-libxs
12 matches
Mail list logo