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
ea8b5196
Commit
ea8b5196
authored
Dec 13, 1996
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small regression and doc patch
parent
1b929d17
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
21 deletions
+7
-21
src/BACKEND_DIRS
src/BACKEND_DIRS
+0
-19
src/test/regress/expected.input
src/test/regress/expected.input
+7
-2
No files found.
src/BACKEND_DIRS
View file @
ea8b5196
...
...
@@ -16,7 +16,6 @@ lib support library
libpq communication to client libpq library routines
main passes control to postmaster or postgres
nodes creation/manipulation of nodes
obj object files
optimizer creates path and plan
optimizer/path creates path from parser output
optimizer/plan optmizes path output
...
...
@@ -46,21 +45,3 @@ utils/init initialization stuff
utils/mmgr memory manager(process-local memory)
utils/sort sort routines for internal algorithms
utils/time transaction time qualification routines
port port-specific files
port/BSD44_derived
port/aix
port/alpha
port/bsdi
port/dgux
port/hpux
port/i386_solaris
port/irix5
port/linux
port/sunos4
port/sparc_solaris
port/svr4
port/ultrix4
port/win32
port/win32/regex
port/win32/sys
src/test/regress/expected.input
View file @
ea8b5196
...
...
@@ -4771,11 +4771,16 @@ QUERY: CLOSE foo25;
QUERY: END;
QUERY: PURGE hash_f8_heap BEFORE 'now';
QUERY: SELECT count(*) AS has_10002 FROM hash_f8_heap[,] h;
has_10002
---------
10002
(1 row)
QUERY: VACUUM hash_f8_heap;
QUERY: SELECT count(*) AS has_10000 FROM hash_f8_heap[,] h;
has_10000
---------
1000
2
1000
0
(1 row)
QUERY: PURGE hash_i4_heap AFTER '@ 1 second ago';
...
...
@@ -6914,7 +6919,7 @@ QUERY: drop index 314159;
WARN:parser: syntax error at or near "314159"
QUERY: drop index nonesuch;
WARN:index "nonesuch" nonexist
a
nt
WARN:index "nonesuch" nonexist
e
nt
QUERY: drop aggregate;
WARN:parser: syntax error at or near ";"
...
...
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