Re: [HACKERS] Open 6.3 issues - Mailing list pgsql-hackers

From Vadim B. Mikheev
Subject Re: [HACKERS] Open 6.3 issues
Date
Msg-id 34F4478D.355D0BBA@sable.krasnoyarsk.su
Whole thread Raw
In response to Re: [HACKERS] Open 6.3 issues  (jwieck@debis.com (Jan Wieck))
Responses Re: [HACKERS] Open 6.3 issues  (jwieck@debis.com (Jan Wieck))
List pgsql-hackers
Jan Wieck wrote:
>
> > ScanKeyData missing initializations
>
>     More details on missing initializations of ScanKeyData pleas.
>     Might have some time now since the other permission and setuid
>     things are delayed for 6.4.

There was one place in selfuncs.c where scan key was initialized
directly by assignment values to structure' fields
(without ScanKeyEntryInitialize) and so new 6.3 fields were
not initialized at all. One should check all code...

Vadim

pgsql-hackers by date:

Previous
From: "Vadim B. Mikheev"
Date:
Subject: Re: [QUESTIONS] How fully will subselects be implemented?
Next
From: Hal Snyder
Date:
Subject: Re: [HACKERS] initdb problem