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
ea8b5196
Commit
ea8b5196
authored
28 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Small regression and doc patch
parent
1b929d17
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/BACKEND_DIRS
+0
-19
0 additions, 19 deletions
src/BACKEND_DIRS
src/test/regress/expected.input
+7
-2
7 additions, 2 deletions
src/test/regress/expected.input
with
7 additions
and
21 deletions
src/BACKEND_DIRS
+
0
−
19
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
This diff is collapsed.
Click to expand it.
src/test/regress/expected.input
+
7
−
2
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 ";"
...
...
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