473,771 Members | 2,406 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Is using cross-version pg_autovacuum possible/safe?

Is it possible/safe to compile the latest version of pg_autovacuum, and use
it with a 7.2.4 postmaster?

I know the better solution would be to upgrade everything, but that involves
a lot of work which we've managed to put off for a long time already, and
autovacuum is pretty much the only feature we really need immediately.

--
Peter Haworth pm*@edison.iopp ublishing.com
"There are two ways of constructing a software design. One way is to make
it so simple that there are obviously no deficiencies and the other is to
make it so complicated that there are no obvious deficiencies."
-- C A R Hoare

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Nov 23 '05 #1
2 1235
On Wed, 2004-05-19 at 06:02, Peter Haworth wrote:
Is it possible/safe to compile the latest version of pg_autovacuum, and use
it with a 7.2.4 postmaster?

I know the better solution would be to upgrade everything, but that involves
a lot of work which we've managed to put off for a long time already, and
autovacuum is pretty much the only feature we really need immediately.


As far as I know, yes. I have tested pg_autovacuum against 7.3.x and
that work fine.

Since pg_autovacuum is just a standard client app that looks at stats
collector info to make decisions about when to vacuum, it should work.
I think there may be been some stats collector bugs that have been fixed
since 7.2.x, but for the most part it should work just fine.

Please post your results as it might be useful to know if it works.

Matthew
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddres sHere" to ma*******@postg resql.org)

Nov 23 '05 #2
After a long battle with technology, ma*****@zeut.ne t ("Matthew T. O'Connor"), an earthling, wrote:
On Wed, 2004-05-19 at 06:02, Peter Haworth wrote:
Is it possible/safe to compile the latest version of pg_autovacuum, and use
it with a 7.2.4 postmaster?

I know the better solution would be to upgrade everything, but that involves
a lot of work which we've managed to put off for a long time already, and
autovacuum is pretty much the only feature we really need immediately.


As far as I know, yes. I have tested pg_autovacuum against 7.3.x and
that work fine.

Since pg_autovacuum is just a standard client app that looks at stats
collector info to make decisions about when to vacuum, it should work.
I think there may be been some stats collector bugs that have been fixed
since 7.2.x, but for the most part it should work just fine.

Please post your results as it might be useful to know if it works.


Actually, no, it doesn't.

pg_autovacuum will "crap out" if pointed at a 7.2.x instance. It
seems most likely that the cause is some changes to the pg_ tables
between the versions; I haven't found the Round Tuits to dig deeply
into it. I no longer have any 7.2 instances I am concerned about for
autovacuum, so I in a sense "don't care" anymore...

If I had the "round tuits," what I'd rather do is to create a daemon,
probably in Perl/Python, that is up to the task of managing a whole
cluster of backends... That is VERY different from the common desire
for something integrated tightly into the back end; I can foresee
value to both approaches...
--
(format nil "~S@~S" "cbbrowne" "ntlug.org" )
http://cbbrowne.com/info/
"I think there is a world market for maybe five computers"
-- Tom Watson, CEO of IBM, 1943
Nov 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2054
by: Web Science | last post by:
Site and Features: http://www.eigensearch.com Search engine, eigenMethod, eigenvector, mathematical, manifolds, science, technical, search tools, eigenmath, Jacobian, quantum, mechanics, manifolds, science, physics, chemistry, law, legal, government, home, office, business, domain lookup, medical, travel, food, university students, searching, searchers, surfing, advanced search, search tools Chemistry, mathematics, physical sciences,...
8
2427
by: David Isaac | last post by:
"Alan Isaac" <aisaac0@verizon.net> wrote in message news:_A34e.2207$1r6.248@trnddc02... > I'd like to try personal financial management using Python. > I just found PyCheckbook, but it does not support check printing. > Is there a Python check printing application kicking around? OK, I'll assume silence means "no", so new question: What is the current best practice for cross platform printing of PostScript files from Python?
16
4346
by: 4Space | last post by:
I've hit something of a snag. Problem: In a DSP application we have data profiles with a varying number of points. We have a number of Discrete Fourier transforms that are optimised for a specific number of points. Currently, any client of these DFT classes must switch on the number of points in the profile and instanciate the correct DFT algorithm.
0
1893
by: Web Science | last post by:
Site and Features: http://www.eigensearch.com Search engine, eigenMethod, eigenvector, mathematical, manifolds, science, technical, search tools, eigenmath, Jacobian, quantum, mechanics, manifolds, science, physics, chemistry, law, legal, government, home, office, business, domain lookup, medical, travel, food, university students, searching, searchers, surfing, advanced search, search tools Chemistry, mathematics, physical sciences,...
9
1844
by: iaesun | last post by:
i'm trying to write a batch that will perform a complex task using set-based selects instead of a row-based cursor. let me know if you can help me figure out how. description of what i'm trying to do: there is TABLE1, TABLE2, and TABLE3 i want to select each row from TABLE1, do some analysis on the data of that row, and then perform an insert of some data into TABLE2, and some
23
6546
by: Jeff Rodriguez | last post by:
Here's what I want do: Have a main daemon which starts up several threads in a Boss-Queue structure. From those threads, I want them all to sit and watch a queue. Once an entry goes into the queue, grab it and run a system command. Now I want to make sure that system command doesn't hang forever, so I need some way to kill the command and have the worker thread go back to work waiting for another queue entry.
0
2059
by: Web Science | last post by:
Site and Features: http://www.eigensearch.com Search engine, eigenMethod, eigenvector, mathematical, manifolds, science, technical, search tools, eigenmath, Jacobian, quantum, mechanics, manifolds, science, physics, chemistry, law, legal, government, home, office, business, domain lookup, medical, travel, food, university students, searching, searchers, surfing, advanced search, search tools Chemistry, mathematics, physical sciences,...
32
2118
by: Pravin | last post by:
hi Is it possible to open an executable program like NOTEPAD(win) using C-Program...(other than the function system() )? if so,please provide me with an eg code...if not why? Thanks in advance.
42
4022
by: (PeteCresswell) | last post by:
I skimmed the MS spiel at http://msdn.microsoft.com/sql/express, and noted the part about "all inside the Visual Studio 2005 environment". Do the older SQL server tools for security and stored procedure editing work too? -- PeteCresswell
1
2765
by: Rob Woodworth | last post by:
Hi, I'm having serious problems getting my report to work. I need to generate a timesheet report which will contain info for one employee between certain dates (one week's worth of dates). I have a table containing records for each job done, the records contain date, employee name, job done (a code representing the type of job), cost code (another code), regular hours, and overtime hours. The tricky part is that more than one job can...
0
9454
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10261
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10103
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8934
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7460
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4007
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3609
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2850
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.