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
659f79be
Commit
659f79be
authored
May 29, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow vacuum to perform analyze with shared lock. Update cvs manual.
parent
091126fa
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
444 additions
and
381 deletions
+444
-381
doc/src/sgml/cvs.sgml
doc/src/sgml/cvs.sgml
+3
-3
src/backend/commands/vacuum.c
src/backend/commands/vacuum.c
+440
-375
src/include/commands/vacuum.h
src/include/commands/vacuum.h
+1
-3
No files found.
doc/src/sgml/cvs.sgml
View file @
659f79be
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/cvs.sgml,v 1.
8 2000/05/02 20:01:51 thomas
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/cvs.sgml,v 1.
9 2000/05/29 15:44:54 momjian
Exp $
CVS code repository
Thomas Lockhart
-->
...
...
@@ -184,7 +184,7 @@ cvs commit
Do an initial login to the <productname>CVS</productname> server:
<programlisting>
$ cvs -d :pserver:anoncvs@postgresql.org:/
usr/loca
l/cvsroot login
$ cvs -d :pserver:anoncvs@postgresql.org:/
home/projects/pgsq
l/cvsroot login
</programlisting>
You will be prompted for a password; enter '<literal>postgresql</literal>'.
...
...
@@ -197,7 +197,7 @@ $ cvs -d :pserver:anoncvs@postgresql.org:/usr/local/cvsroot login
<para>
Fetch the <productname>Postgres</productname> sources:
<programlisting>
cvs -z3 -d :pserver:anoncvs@postgresql.org:/
usr/loca
l/cvsroot co -P pgsql
cvs -z3 -d :pserver:anoncvs@postgresql.org:/
home/projects/pgsq
l/cvsroot co -P pgsql
</programlisting>
which installs the <productname>Postgres</productname> sources into a
...
...
src/backend/commands/vacuum.c
View file @
659f79be
This diff is collapsed.
Click to expand it.
src/include/commands/vacuum.h
View file @
659f79be
...
...
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: vacuum.h,v 1.2
7 2000/04/12 17:16:32
momjian Exp $
* $Id: vacuum.h,v 1.2
8 2000/05/29 15:44:55
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -125,8 +125,6 @@ typedef struct VRelStats
Size
min_tlen
;
Size
max_tlen
;
bool
hasindex
;
int
va_natts
;
/* number of attrs being analyzed */
VacAttrStats
*
vacattrstats
;
int
num_vtlinks
;
VTupleLink
vtlinks
;
}
VRelStats
;
...
...
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