Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
232dea31
Commit
232dea31
authored
Jun 17, 1998
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup
parent
a80771f0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
7 deletions
+2
-7
src/configure.in
src/configure.in
+1
-1
src/include/port/ultrix4.h
src/include/port/ultrix4.h
+0
-2
src/man/select.l
src/man/select.l
+1
-4
No files found.
src/configure.in
View file @
232dea31
...
...
@@ -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,
...
...
src/include/port/ultrix4.h
View file @
232dea31
...
...
@@ -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
;
...
...
src/man/select.l
View file @
232dea31
.\" 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment