On Tue, 14 Aug 2001, Tom Lane wrote:

> Jan Wieck <[EMAIL PROTECTED]> writes:
> >     And he who needs that kind of long term row identifiers would
> >     be better off with 8-byte sequences anyway - IMNSVHO.
> 
> What I need is a way to pad the struct declaration so that it leaves
> 8 bytes per int64 column, no matter what.  I thought of
> 
> This would work, I think, but my goodness it's an ugly solution.
> Has any hacker got a better one?

The only thing I could think of is using a struct to hide the
padding details instead of directly using int64, but then you'd have to
add a '.value' or something to the references.  I'm not sure that's really
any cleaner.


---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to