File tree 3 files changed +2
-7
lines changed
3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -529,7 +529,7 @@ AC_PROG_GCC_TRADITIONAL
529
529
AC_FUNC_MEMCMP
530
530
AC_TYPE_SIGNAL
531
531
AC_FUNC_VPRINTF
532
- AC_CHECK_FUNCS(tzset vfork memmove sigsetjmp kill sysconf fpclass)
532
+ AC_CHECK_FUNCS(tzset memmove sigsetjmp kill sysconf fpclass)
533
533
AC_CHECK_FUNCS(fp_class fp_class_d class)
534
534
AC_CHECK_FUNCS(sigprocmask waitpid setsid fcvt)
535
535
AC_CHECK_FUNC(isinf,
Original file line number Diff line number Diff line change @@ -58,8 +58,6 @@ extern int gethostname(char *, int);
58
58
extern int getopt (int , char * const * , const char * );
59
59
extern int putenv (const char * );
60
60
61
- extern pid_t vfork (void );
62
-
63
61
struct itimerval ;
64
62
extern int setitimer (int , const struct itimerval * , struct itimerval * );
65
63
struct timezone ;
Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" XXX standard disclaimer belongs here....
3
- .\" $Header: /cvsroot/pgsql/src/man/Attic/select.l,v 1.6 1998/03/30 19:05:10 momjian Exp $
3
+ .\" $Header: /cvsroot/pgsql/src/man/Attic/select.l,v 1.7 1998/06/17 22:59:26 momjian Exp $
4
4
.TH SELECT SQL 11/05/95 PostgreSQL PostgreSQL
5
5
.SH NAME
6
6
select - retrieve instances from a class
@@ -123,9 +123,6 @@ create table(l),
123
123
fetch(l),
124
124
update(l).
125
125
.SH BUGS
126
- .BR " Select into"
127
- does not delete duplicates.
128
- .PP
129
126
If the backend crashes in the course of executing a
130
127
.BR " select into" ,
131
128
the class file will remain on disk. It can be safely removed by the
You can’t perform that action at this time.
0 commit comments