Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 232dea3

Browse files
committed
cleanup
1 parent a80771f commit 232dea3

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

src/configure.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ AC_PROG_GCC_TRADITIONAL
529529
AC_FUNC_MEMCMP
530530
AC_TYPE_SIGNAL
531531
AC_FUNC_VPRINTF
532-
AC_CHECK_FUNCS(tzset vfork memmove sigsetjmp kill sysconf fpclass)
532+
AC_CHECK_FUNCS(tzset memmove sigsetjmp kill sysconf fpclass)
533533
AC_CHECK_FUNCS(fp_class fp_class_d class)
534534
AC_CHECK_FUNCS(sigprocmask waitpid setsid fcvt)
535535
AC_CHECK_FUNC(isinf,

src/include/port/ultrix4.h

-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ extern int gethostname(char *, int);
5858
extern int getopt(int, char *const *, const char *);
5959
extern int putenv(const char *);
6060

61-
extern pid_t vfork(void);
62-
6361
struct itimerval;
6462
extern int setitimer(int, const struct itimerval *, struct itimerval *);
6563
struct timezone;

src/man/select.l

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" 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 $
44
.TH SELECT SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
select - retrieve instances from a class
@@ -123,9 +123,6 @@ create table(l),
123123
fetch(l),
124124
update(l).
125125
.SH BUGS
126-
.BR "Select into"
127-
does not delete duplicates.
128-
.PP
129126
If the backend crashes in the course of executing a
130127
.BR "select into" ,
131128
the class file will remain on disk. It can be safely removed by the

0 commit comments

Comments
 (0)