On Tue, Nov 12, 2024 at 3:10 AM Tom Lane wrote:
> Alexander Korotkov writes:
> > On Tue, Nov 12, 2024 at 2:09 AM Tom Lane wrote:
> >> Umm ... you do realize we're still in release freeze?
>
> > Oh, I specially visited the wiki page, but misread the sentence on
> > when the release freeze stops.
Alexander Korotkov writes:
> On Tue, Nov 12, 2024 at 2:09 AM Tom Lane wrote:
>> Umm ... you do realize we're still in release freeze?
> Oh, I specially visited the wiki page, but misread the sentence on
> when the release freeze stops. Obviously yes, tags aren't pushed,
> that are just stamps.
On Tue, Nov 12, 2024 at 2:09 AM Tom Lane wrote:
> Alexander Korotkov writes:
> > Fix arrays comparison in CompareOpclassOptions()
>
> Umm ... you do realize we're still in release freeze?
>
> https://wiki.postgresql.org/wiki/Committing_checklist#Release_freezes
>
> Hopefully it will not make a di
Alexander Korotkov writes:
> Fix arrays comparison in CompareOpclassOptions()
Umm ... you do realize we're still in release freeze?
https://wiki.postgresql.org/wiki/Committing_checklist#Release_freezes
Hopefully it will not make a difference, but this really should
have waited another day.
Fix arrays comparison in CompareOpclassOptions()
The current code calls array_eq() and does not provide FmgrInfo. This commit
provides initialization of FmgrInfo and uses C collation as the safe option
for text comparison because we don't know anything about the semantics of
opclass options.
Bac
Fix arrays comparison in CompareOpclassOptions()
The current code calls array_eq() and does not provide FmgrInfo. This commit
provides initialization of FmgrInfo and uses C collation as the safe option
for text comparison because we don't know anything about the semantics of
opclass options.
Bac
Fix arrays comparison in CompareOpclassOptions()
The current code calls array_eq() and does not provide FmgrInfo. This commit
provides initialization of FmgrInfo and uses C collation as the safe option
for text comparison because we don't know anything about the semantics of
opclass options.
Bac
Fix arrays comparison in CompareOpclassOptions()
The current code calls array_eq() and does not provide FmgrInfo. This commit
provides initialization of FmgrInfo and uses C collation as the safe option
for text comparison because we don't know anything about the semantics of
opclass options.
Bac
Fix arrays comparison in CompareOpclassOptions()
The current code calls array_eq() and does not provide FmgrInfo. This commit
provides initialization of FmgrInfo and uses C collation as the safe option
for text comparison because we don't know anything about the semantics of
opclass options.
Bac
Fix arrays comparison in CompareOpclassOptions()
The current code calls array_eq() and does not provide FmgrInfo. This commit
provides initialization of FmgrInfo and uses C collation as the safe option
for text comparison because we don't know anything about the semantics of
opclass options.
Bac
10 matches
Mail list logo