Re: PostgreSQL - unrecognized win32 error code: 38

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: ZhenHua Cai <zhhua(dot)cai(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL - unrecognized win32 error code: 38
Date: 2019-10-29 00:55:48
Message-ID: 20191029005548.GC3476@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Oct 28, 2019 at 09:51:07AM -0700, ZhenHua Cai wrote:
> The following is the SQL statement of that function.
>
> DROP TABLE IF EXISTS "GenericReadList" ;
> CREATE TEMP TABLE "GenericReadList"(
> "ComputerProfileId" int NOT NULL,
> "Trustee" uuid NOT NULL,
> "AccessControlType" smallint NULL,
> "AceOrder" int NULL
> );

The original complain comes from a function called ComputeComputer.
What does it do and where does it come from? Does it call any in-core
code which would cause the failure. If the function is a SQL
function, could you provide a self-contained test case?
--
Michael

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message ZhenHua Cai 2019-10-29 01:15:35 Re: PostgreSQL - unrecognized win32 error code: 38
Previous Message Thiemo Kellner 2019-10-28 19:05:17 Re: SQL pretty pritner?