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
afab814a
Commit
afab814a
authored
Apr 27, 2006
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change log message about vacuuming database name from LOG to DEBUG1.
Prevents duplicate meaningless log messsages.
parent
87f00a46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/backend/postmaster/autovacuum.c
src/backend/postmaster/autovacuum.c
+2
-2
No files found.
src/backend/postmaster/autovacuum.c
View file @
afab814a
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/postmaster/autovacuum.c,v 1.1
6 2006/04/06 20:38:00 tgl
Exp $
* $PostgreSQL: pgsql/src/backend/postmaster/autovacuum.c,v 1.1
7 2006/04/27 15:57:10 momjian
Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -412,7 +412,7 @@ AutoVacMain(int argc, char *argv[])
...
@@ -412,7 +412,7 @@ AutoVacMain(int argc, char *argv[])
InitPostgres
(
db
->
name
,
NULL
);
InitPostgres
(
db
->
name
,
NULL
);
SetProcessingMode
(
NormalProcessing
);
SetProcessingMode
(
NormalProcessing
);
set_ps_display
(
db
->
name
);
set_ps_display
(
db
->
name
);
ereport
(
LOG
,
ereport
(
DEBUG1
,
(
errmsg
(
"autovacuum: processing database
\"
%s
\"
"
,
db
->
name
)));
(
errmsg
(
"autovacuum: processing database
\"
%s
\"
"
,
db
->
name
)));
/* Create the memory context where cross-transaction state is stored */
/* Create the memory context where cross-transaction state is stored */
...
...
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