Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
232dea31
Commit
232dea31
authored
27 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
cleanup
parent
a80771f0
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/configure.in
+1
-1
1 addition, 1 deletion
src/configure.in
src/include/port/ultrix4.h
+0
-2
0 additions, 2 deletions
src/include/port/ultrix4.h
src/man/select.l
+1
-4
1 addition, 4 deletions
src/man/select.l
with
2 additions
and
7 deletions
src/configure.in
+
1
−
1
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,
...
...
This diff is collapsed.
Click to expand it.
src/include/port/ultrix4.h
+
0
−
2
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
;
...
...
This diff is collapsed.
Click to expand it.
src/man/select.l
+
1
−
4
View file @
232dea31
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/select.l,v 1.
6
1998/0
3/30 19:05:10
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/select.l,v 1.
7
1998/0
6/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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment