Re: Tab-completion error...?

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: stercor(at)gmail(dot)com
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Tab-completion error...?
Date: 2021-12-22 22:24:09
Message-ID: df977063-ec63-592b-aa4d-0654e227bc81@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12/22/21 2:14 PM, Theodore M Rolle, Jr. wrote:
Please reply to list also.
Ccing list.

From below, what did pacman -Syyuu do?

> You are correct in guessing what I did...
>
> config.log:
> a bunch of
> #define HAVE_LIBREADLINE 1
> then
> configure:13450: checking readline/readline.h usability
> configure:13450: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith
> -Wdeclaration-after-statement -Werror=vla -Wendif-labels
> -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type
> -Wformat-security -fno-strict-aliasing -fwrapv
> -fexcess-precision=standard -Wno-format-truncation
> -Wno-stringop-truncation -O2 -I/home/ted/hercules-helper/rexx/include
> -D_GNU_SOURCE  conftest.c >&5
> configure:13450: $? = 0
>
> configure:13450: result: yes
> configure:13450: checking readline/readline.h presence
> configure:13450: gcc -E -I/home/ted/hercules-helper/rexx/include
> -D_GNU_SOURCE  conftest.c
> configure:13450: $? = 0
> configure:13450: result: yes
> configure:13450: checking for readline/readline.h
> configure:13450: result: yes
> configure:13480: checking readline/history.h usability
> configure:13480: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith
> -Wdeclaration-after-statement -Werror=vla -Wendif-labels
> -Wmissing-format-attribute -Wimplicit-fallthrough=3
> -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv
> -fexcess-precision=standard -Wno-format-truncation
> -Wno-stringop-truncation -O2
> -I/home/ted/hercules-helper/rexx/include -D_GNU_SOURCE  conftest.c >&5
> configure:13480: $? = 0
> configure:13480: result: yes
> configure:13480: checking readline/history.h presence
> configure:13480: gcc -E -I/home/ted/hercules-helper/rexx/include
> -D_GNU_SOURCE  conftest.c
> configure:13480: $? = 0
> configure:13480: result: yes
> configure:13480: checking for readline/history.h
> configure:13480: result: yes
> configure:13602: checking zlib.h usability
> configure:13602: gcc -c -Wall -Wmissing-prototypes -Wpointer-arith
> -Wdeclaration-after-statement -Werror=vla -Wendif-labels
> -Wmissing-format-attribute -Wimplicit-fallthrough=3
> -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv
> -fexcess-precision=standard -Wno-format-truncation
> -Wno-stringop-truncation -O2
> -I/home/ted/hercules-helper/rexx/include -D_GNU_SOURCE  conftest.c >&5
> configure:13602: $? = 0
>
> It looks good, doesn't it?
> N.B. v14.1 is the first version to have this problem. Another thought:
> perhaps the pacman -Syyuu  update did it.

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bryn Llewellyn 2021-12-23 01:27:25 Re: Packages, inner subprograms, and parameterizable anonymous blocks for PL/pgSQL
Previous Message Magnus Hagander 2021-12-22 22:22:39 Re: Tab-completion error...?