Re: WIP: Access method extendability - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: WIP: Access method extendability
Date
Msg-id 56FBE35C.4000601@sigaev.ru
Whole thread Raw
In response to Re: WIP: Access method extendability  (Aleksander Alekseev <a.alekseev@postgrespro.ru>)
Responses Re: WIP: Access method extendability  (Aleksander Alekseev <a.alekseev@postgrespro.ru>)
List pgsql-hackers
> as we discussed recently [1] you should avoid leaving "holes" with
> uninitialized data in structures. Please fix this or provide a comment
> that describes why things are done here the way they are done.
> [1] http://www.postgresql.org/message-id/56EFF347.20500@anastigmatix.net
That discussion is about SQL-level types which could be stored on disk, not 
about in-memory structs


-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [postgresSQL] [bug] Two or more different types of constraints with same name creates ambiguity while drooping.
Next
From: Masahiko Sawada
Date:
Subject: Re: Support for N synchronous standby servers - take 2