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