Re: [HACKERS] RFC C++ Interface

2000-12-13 Thread Randy Jonasz
Thanks for responding. I've made some comments below. On Wed, 13 Dec 2000, Nathan Myers wrote: > On Wed, Dec 13, 2000 at 03:16:28PM -0500, Randy Jonasz wrote: > > On Tue, 12 Dec 2000, Nathan Myers wrote: > > > On Tue, Dec 12, 2000 at 05:28:46PM -0500, Bruce Momjian wr

Re: [HACKERS] RFC C++ Interface

2000-12-13 Thread Randy Jonasz
t; > > standard. > > > > Can you suggest areas that should be changed? > > As I recall, we were much more fond of operator overloading then than is > considered tasteful or wise today. Also, there was no standard for how > iterators ought to work, then, whereas today o

Re: [HACKERS] RFC C++ Interface

2000-12-12 Thread Randy Jonasz
| (610) 853-3000 > + If your life is a hard drive, | 830 Blythe Avenue > + Christ can be your backup.| Drexel Hill, Pennsylvania 19026 > > Randy Jonasz Software Engineer Click2net Inc. Web: http://www.click2net.com Phone: (905) 271-3550 "You cannot possibly pay a philosopher what he's worth, but try your best" -- Aristotle

Re: [HACKERS] RFC C++ Interface

2000-12-07 Thread Randy Jonasz
Thanks for responding. I will definitely kepp your comments in mind. Cheers, Randy On Wed, 6 Dec 2000, Nathan Myers wrote: > On Wed, Dec 06, 2000 at 05:09:31PM -0500, Randy Jonasz wrote: > > > > I know it's been a while since we last discussed a possible rewrite of >

Re: [HACKERS] RFC C++ Interface

2000-12-07 Thread Randy Jonasz
tions. Having said all of this, can I count on your support to proceed? Cheers, Randy Having said all of this, can I count on support On Thu, 7 Dec 2000, Peter Eisentraut wrote: > Randy Jonasz writes: > > > The following are my ideas for implementing the C++ API: > > My feel

[HACKERS] RFC C++ Interface

2000-12-06 Thread Randy Jonasz
infile; infile.open("myfile"); char data[32]; while (infile.getline(line,sizeof(data),'\t')) { inserter << data; } the above can be extended to include update and delete functions as well postgres::updater myupdate mytable.getupdate(); myupdate.setcolumn("colna

[HACKERS] Sorry

2000-12-05 Thread Randy Jonasz
Sorry about that email. I was trying to forward your comments to a friend and due to a lack of sleep I just typed "R" in pine. Doh! Cheers, Randy Jonasz Software Engineer Click2net Inc. Web: http://www.click2net.com Phone: (905) 271-3550 "You cannot possibly pay a philos

Re: [HACKERS] Need help with phys backed shm segments (Postgresql+FreeBSD).

2000-12-05 Thread Randy Jonasz
the pager. >*/ > object = vm_object_allocate(OBJT_PHYS, > - OFF_TO_IDX(foff + size)); > + OFF_TO_IDX(foff + PAGE_MASK + size)); > object->handle = handle; > TAILQ_INSERT_TAIL(&phy

Re: [HACKERS] C++ client libs

2000-10-03 Thread Randy Jonasz
Adam Haberlach wrote: > On Tue, Oct 03, 2000 at 02:47:45PM -0400, Randy Jonasz wrote: > > > I was wondering if anyone could offer me some pointers in extending the > > C++ classes used for client applications? I'm interested in developing a > > set of C++ classes whi

[HACKERS] C++ client libs

2000-10-03 Thread Randy Jonasz
on to back-end is interrupted or cannot be established within 30 seconds of the first attempt, throw. 5) I'm looking at making the libraries portable between FreeBSD, Solaris Linux and Win32. If anyone has suggestions/additions to this list it would be greatly appreciated! Cheers,