BUG #15537: When trying to drop the column getting ERROR: vsnprintffailed: Invalid argument - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #15537: When trying to drop the column getting ERROR: vsnprintffailed: Invalid argument
Date
Msg-id 15537-93521264bdf0a0f8@postgresql.org
Whole thread Raw
Responses Re: BUG #15537: When trying to drop the column getting ERROR: vsnprintf failed: Invalid argument  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15537
Logged by:          Ahmet Şeker
Email address:      aseker@tchealth.com.tr
PostgreSQL version: 11.1
Operating system:   Windows Server 2012 R2
Description:

We have a table named PHARMACY and this table has a column named
MANAGEMENTPERSONIDNUMBER .
With psql executing following command returned this error: ERROR:  vsnprintf
failed: Invalid argument
ALTER TABLE public."PHARMACY" DROP COLUMN "MANAGEMENTPERSONIDNUMBER"; 
Here is the \errverbose result:
ERROR:  XX000: vsnprintf failed: Invalid argument
LOCATION:  pvsnprintf,
d:\pginstaller.auto\postgres.windows-x64\src\common\psprintf.c:132


pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #15535: psql: \copy: parse error at...
Next
From: Tom Lane
Date:
Subject: Re: BUG #15537: When trying to drop the column getting ERROR: vsnprintf failed: Invalid argument