Re: mysql-pgsql comparison
| От | Tom Lane |
|---|---|
| Тема | Re: mysql-pgsql comparison |
| Дата | |
| Msg-id | 28045.1010951493@sss.pgh.pa.us обсуждение |
| Ответ на | Re: mysql-pgsql comparison (Oleg Bartunov <oleg@sai.msu.su>) |
| Ответы |
Re: mysql-pgsql comparison
|
| Список | pgsql-hackers |
Oleg Bartunov <oleg@sai.msu.su> writes:
> On Sun, 13 Jan 2002, Tom Lane wrote:
> 3. Check out the OSDB benchmark more closely.
> I tried it with current CVS and make test fails (didn't tried
> to find what's the problem). Also, you have to edit configure script -
> it tries to find postgres_fe.h in include directory, which now lives under
> include/internal directory.
I tried to build it on HPUX just now, and was rather sadly disillusioned
about its portability. After fixing several problems in the configure
script, removing hard-coded references to include files and libraries
that don't exist here, etc, I ended up with
make[2]: Entering directory `/home/tgl/tmp/osdb/src/callable-sql/postgres-call'
gcc -L/home/postgres/testversion/lib -lpq -g osdb-pg.o ../callable-sql.o ../../program-control.o ../../osdb.o -o
osdb-pg
/usr/ccs/bin/ld: Unsatisfied symbols: forkpty (code)
collect2: ld returned 1 exit status
Anybody know what forkpty() does? I see it exists in libutil.a on Linux,
but there's no man page for it.
Oh, OSDB also seems to assume that ecpg is in your $PATH. In general,
it's not prepared to deal with a Postgres that's not installed in the
"standard" place.
This thing needs some work :-(
regards, tom lane
В списке pgsql-hackers по дате отправления: