Re: [HACKERS] Attribute Alignment

2001-03-02 Thread Ross J. Reedstrom
On Sun, Dec 17, 2000 at 06:03:34PM -0500, Michael Richards wrote: Having written this tool which is at least the basis for a complete table data verification program (it's written in c++) I'm wondering if there is any chance of having it pointed to, linked to or otherwise made available?

Re: [HACKERS] Attribute Alignment

2000-12-17 Thread Michael Richards
Is this alignment relative to the beginning of the page or tuple, or even the tuple data area (after the tuple header)? -Michael "Michael Richards" [EMAIL PROTECTED] writes: The alignment seems to be wrong for type CHAR(1): No, the alignment is fine. A field's align constraint says where

Re: [HACKERS] Attribute Alignment

2000-12-17 Thread Michael Richards
Okay. On this particular machine, the way I was loading in the page it properly aligns the data to the page beginning, so I used that. I now have it extracting meaningful data from a variety of tables. The very last thing I need to do now is figure out where the code in the source is that stores