cleanup
This commit is contained in:
parent
a80771f0a7
commit
232dea3188
@ -529,7 +529,7 @@ AC_PROG_GCC_TRADITIONAL
|
||||
AC_FUNC_MEMCMP
|
||||
AC_TYPE_SIGNAL
|
||||
AC_FUNC_VPRINTF
|
||||
AC_CHECK_FUNCS(tzset vfork memmove sigsetjmp kill sysconf fpclass)
|
||||
AC_CHECK_FUNCS(tzset memmove sigsetjmp kill sysconf fpclass)
|
||||
AC_CHECK_FUNCS(fp_class fp_class_d class)
|
||||
AC_CHECK_FUNCS(sigprocmask waitpid setsid fcvt)
|
||||
AC_CHECK_FUNC(isinf,
|
||||
|
@ -58,8 +58,6 @@ extern int gethostname(char *, int);
|
||||
extern int getopt(int, char *const *, const char *);
|
||||
extern int putenv(const char *);
|
||||
|
||||
extern pid_t vfork(void);
|
||||
|
||||
struct itimerval;
|
||||
extern int setitimer(int, const struct itimerval *, struct itimerval *);
|
||||
struct timezone;
|
||||
|
@ -1,6 +1,6 @@
|
||||
.\" This is -*-nroff-*-
|
||||
.\" XXX standard disclaimer belongs here....
|
||||
.\" $Header: /cvsroot/pgsql/src/man/Attic/select.l,v 1.6 1998/03/30 19:05:10 momjian Exp $
|
||||
.\" $Header: /cvsroot/pgsql/src/man/Attic/select.l,v 1.7 1998/06/17 22:59:26 momjian Exp $
|
||||
.TH SELECT SQL 11/05/95 PostgreSQL PostgreSQL
|
||||
.SH NAME
|
||||
select - retrieve instances from a class
|
||||
@ -123,9 +123,6 @@ create table(l),
|
||||
fetch(l),
|
||||
update(l).
|
||||
.SH BUGS
|
||||
.BR "Select into"
|
||||
does not delete duplicates.
|
||||
.PP
|
||||
If the backend crashes in the course of executing a
|
||||
.BR "select into" ,
|
||||
the class file will remain on disk. It can be safely removed by the
|
||||
|
Loading…
x
Reference in New Issue
Block a user