Re: [HACKERS] pgsql oid question

2003-01-05 Thread Tom Lane
Reggie Burnett [EMAIL PROTECTED] writes: Ok, that adds some clarity. Have base types (int32, etc) had the same oid values for a significant number of versions of PgSQL? What I am getting at is this: can I hard code oid values into an access layer for PgSQL? AFAIK, we have never renumbered

Re: [GENERAL] [HACKERS] v7.3.1 Bundled and Released ...

2003-01-05 Thread Dan Langille
On Sat, 4 Jan 2003, Tom Lane wrote: Marc G. Fournier [EMAIL PROTECTED] writes: I never considered tag'ng for minor releases as having any importance, since the tarball's themselves provide the 'tag' ... branches give us the ability to back-patch, but tag's don't provide us anything ... do

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Justin Clift
Peter Mount wrote: On Sat, 4 Jan 2003, Marc G. Fournier wrote: I'm just announcing here, since I'd like to see some ppl testing this out and let us know if there are any problems ... DNS is going to take a little while to propogate, so the old site may still come up in the interium ... another

Re: [HACKERS] Upgrading rant.

2003-01-05 Thread Greg Copeland
On Sat, 2003-01-04 at 22:37, Tom Lane wrote: You're missing the point: I don't want to lock out everyone but the super-user, I want to lock out everyone, period. Superusers are just as likely to screw up pg_upgrade as anyone else. BTW: $ postmaster -N 1 -c

Re: [GENERAL] [HACKERS] v7.3.1 Bundled and Released ...

2003-01-05 Thread Greg Copeland
On Sun, 2003-01-05 at 06:41, Dan Langille wrote: On Sat, 4 Jan 2003, Tom Lane wrote: Marc G. Fournier [EMAIL PROTECTED] writes: I never considered tag'ng for minor releases as having any importance, since the tarball's themselves provide the 'tag' ... branches give us the ability to

Re: [GENERAL] [HACKERS] v7.3.1 Bundled and Released ...

2003-01-05 Thread greg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Well, a tag makes it feasible for someone else to recreate the tarball, given access to the CVS server. Dunno how important that is in the real world --- but I have seen requests before for us to tag release points. Any other arguments out

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread greg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Speaking of DNS, we should probably not put all of our eggs in one basket (subnet): $ whois postgresql.org ... Domain servers in listed order: NS.HUB.ORG 64.49.215.5 NS2.HUB.ORG 64.49.215.6 It would

Re: [HACKERS] Upgrading rant.

2003-01-05 Thread mlw
Bruce Momjian wrote: pg_upgrade does work, assuming there are no changes to the index or heap file formats. (However, I now need to update it for schemas.) However, the last time I worked on it for 7.2, no one was really interested in testing it, so it never got done. In fact, there was a

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Dave Page
-Original Message- From: Peter Mount [mailto:[EMAIL PROTECTED]] Sent: 05 January 2003 12:28 To: Marc G. Fournier Cc: [EMAIL PROTECTED] Subject: Re: [HACKERS] New Portal in Place, DNS switched ... On Sat, 4 Jan 2003, Marc G. Fournier wrote: I'm just announcing here,

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Dave Page
-Original Message- From: Justin Clift [mailto:[EMAIL PROTECTED]] Sent: 05 January 2003 13:22 To: Peter Mount Cc: Marc G. Fournier; [EMAIL PROTECTED] Subject: Re: [HACKERS] New Portal in Place, DNS switched ... Peter Mount wrote: However, the bugs link on the main page is

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Marc G. Fournier
Any volunteers to act as a tertiary? :) We're actually working on adding a new server online that is offshore, which will also give us another subnet to work off of ... but having a third-party secondary server wouldn't hurt, you are right ... On Sun, 5 Jan 2003 [EMAIL PROTECTED] wrote:

Re: [GENERAL] [HACKERS] v7.3.1 Bundled and Released ...

2003-01-05 Thread Dave Page
-Original Message- From: Tom Lane [mailto:[EMAIL PROTECTED]] Sent: 05 January 2003 01:10 To: Marc G. Fournier Cc: Dan Langille; Peter Eisentraut; Greg Copeland; Bruce Momjian; PostgresSQL Hackers Mailing List Subject: Re: [GENERAL] [HACKERS] v7.3.1 Bundled and Released ...

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Larry Rosenman
--On Sunday, January 05, 2003 12:52:11 -0400 Marc G. Fournier [EMAIL PROTECTED] wrote: Any volunteers to act as a tertiary? :) Sure, I have 2 NS's on my network with good upstream connectivity (UUNET, SPRINT, GENUITY, CW, SAVVIS). (207.158.72.11/207.158.72.45). Let me know what the

Re: [HACKERS] Upgrading rant.

2003-01-05 Thread Dave Page
-Original Message- From: mlw [mailto:[EMAIL PROTECTED]] Sent: 05 January 2003 16:36 To: Bruce Momjian Cc: Tom Lane; Hannu Krosing; Lamar Owen; [EMAIL PROTECTED] Subject: Re: [HACKERS] Upgrading rant. (2) Upgrade HAS HAS HAS to be fool proof. Agreed. No one is going to use it

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Marc G. Fournier
On Sun, 5 Jan 2003, Larry Rosenman wrote: --On Sunday, January 05, 2003 12:52:11 -0400 Marc G. Fournier [EMAIL PROTECTED] wrote: Any volunteers to act as a tertiary? :) Sure, I have 2 NS's on my network with good upstream connectivity (UUNET, SPRINT, GENUITY, CW, SAVVIS).

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Larry Rosenman
Looks like your firewall needs to allow TCP/53 connections from me as well. I'm getting RST's. (BTW, TCP/53 can be used for large queries, so it should be allowed globally). LER --On Sunday, January 05, 2003 12:59:42 -0400 Marc G. Fournier [EMAIL PROTECTED] wrote: On Sun, 5 Jan 2003,

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Larry Rosenman
--On Sunday, January 05, 2003 12:59:42 -0400 Marc G. Fournier [EMAIL PROTECTED] wrote: On Sun, 5 Jan 2003, Larry Rosenman wrote: --On Sunday, January 05, 2003 12:52:11 -0400 Marc G. Fournier [EMAIL PROTECTED] wrote: Any volunteers to act as a tertiary? :) Sure, I have 2 NS's on my

[HACKERS] Implementing a new Join Algorithm

2003-01-05 Thread Anagh Lal
Hi, I am trying to test a new join algorithm by implementing it on Postgresql. It would be great if you could give me some start off pointers so as to where all in the source code I will have to make changes. (I figure that I need to make executor nodes, so i might need to write nodeNewjoin.c etc

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Marc G. Fournier
On Sun, 5 Jan 2003, Tom Lane wrote: AFAICT none of the www mirrors have updated yet; that's starting to seem suspicious. the www mirrors don't update from the portal,they update from what is now the users-lounge area ... the portal itself isn't meant to be mirrors, as its pretty much

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Tom Lane
Marc G. Fournier [EMAIL PROTECTED] writes: On Sun, 5 Jan 2003, Tom Lane wrote: AFAICT none of the www mirrors have updated yet; that's starting to seem suspicious. the www mirrors don't update from the portal,they update from what is now the users-lounge area ... But they aren't. Try going

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Rod Taylor
Two thoughts: Are there any plans to 'strip' the users lounge of duplicated information? (outdated news, various links, etc.). Will advocacy, gborg, archives, techdocs, etc. be updated to include links back to the portal site? BTW, the 'Users Lounge' search link is broken.

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Marc G. Fournier
On Sun, 5 Jan 2003, Rod Taylor wrote: Two thoughts: Are there any plans to 'strip' the users lounge of duplicated information? (outdated news, various links, etc.). Yes ... Will advocacy, gborg, archives, techdocs, etc. be updated to include links back to the portal site? Yes ... BTW,

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Marc G. Fournier
On Sun, 5 Jan 2003, Tom Lane wrote: Marc G. Fournier [EMAIL PROTECTED] writes: On Sun, 5 Jan 2003, Tom Lane wrote: AFAICT none of the www mirrors have updated yet; that's starting to seem suspicious. the www mirrors don't update from the portal,they update from what is now the

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Tom Lane
AFAICT none of the www mirrors have updated yet; that's starting to seem suspicious. regards, tom lane ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Neil Conway
On Sat, 2003-01-04 at 19:40, Marc G. Fournier wrote: I'm just announcing here, since I'd like to see some ppl testing this out and let us know if there are any problems Why are there ads on the page? Cheers, Neil -- Neil Conway [EMAIL PROTECTED] || PGP Key ID: DB3C29FC

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Dave Page
-Original Message- From: Tom Lane [mailto:[EMAIL PROTECTED]] Sent: 05 January 2003 20:34 To: Marc G. Fournier Cc: [EMAIL PROTECTED] Subject: Re: [HACKERS] New Portal in Place, DNS switched ... Marc G. Fournier [EMAIL PROTECTED] writes: On Sun, 5 Jan 2003, Tom Lane wrote:

Re: [HACKERS] Implementing a new Join Algorithm

2003-01-05 Thread Tom Lane
Anagh Lal [EMAIL PROTECTED] writes: I am trying to test a new join algorithm by implementing it on Postgresql. It would be great if you could give me some start off pointers so as to where all in the source code I will have to make changes. Lots of places ;-). You will find that a

Re: [HACKERS] Implementing a new Join Algorithm

2003-01-05 Thread Sailesh Krishnamurthy
Tom == Tom Lane [EMAIL PROTECTED] writes: Tom Anagh Lal [EMAIL PROTECTED] writes: I am trying to test a new join algorithm by implementing it on Postgresql. It would be great if you could give me some start off pointers so as to where all in the source code I will have

[HACKERS] Evolutionary Database Design

2003-01-05 Thread Christopher Kings-Lynne
This is an interesting paper on how a database can evolve its schema to fit its app. From SlashDot: http://martinfowler.com/articles/evodb.html Chris ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Dave Page
-Original Message- From: Rod Taylor [mailto:[EMAIL PROTECTED]] Sent: 05 January 2003 20:42 To: Marc G. Fournier Cc: PostgreSQL-development Subject: Re: [HACKERS] New Portal in Place, DNS switched ... Two thoughts: Are there any plans to 'strip' the users lounge of

[HACKERS] Question about bit.h and bit.c

2003-01-05 Thread Sailesh Krishnamurthy
I have a small nit Why is it that bit.h is in src/include/utils and bit.c is in src/backend/lib ? I can never for the life of me remember which is in which :-) -- Pip-pip Sailesh http://www.cs.berkeley.edu/~sailesh ---(end of broadcast)--- TIP

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Rod Taylor
Will advocacy, gborg, archives, techdocs, etc. be updated to include links back to the portal site? Don't they already? If they do, it's not obvious. I don't see anything on archives, advocacy, or gborg. It looks like techdocs goes to the users lounge (PostgreSQL Home). -- Rod Taylor

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Marc G. Fournier
On Sun, 5 Jan 2003, Dave Page wrote: -Original Message- From: Tom Lane [mailto:[EMAIL PROTECTED]] Sent: 05 January 2003 20:34 To: Marc G. Fournier Cc: [EMAIL PROTECTED] Subject: Re: [HACKERS] New Portal in Place, DNS switched ... Marc G. Fournier [EMAIL PROTECTED]

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Marc G. Fournier
On Sun, 5 Jan 2003, Dave Page wrote: Umm, Marc? Is that a mnogo search.cgi? What do you want to do about it - move it or lose it? Move it, but its going to require some fixing up ... let's disable it for now and re-enable it once we've had some time to get it back in order?

Re: [webmaster] [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Dave Page
-Original Message- From: Marc G. Fournier [mailto:[EMAIL PROTECTED]] Sent: 05 January 2003 21:03 To: Dave Page Cc: Tom Lane; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [webmaster] [HACKERS] New Portal in Place, DNS switched ... On Sun, 5 Jan 2003, Dave Page wrote:

Re: [HACKERS] Question about bit.h and bit.c

2003-01-05 Thread Tom Lane
Sailesh Krishnamurthy [EMAIL PROTECTED] writes: Why is it that bit.h is in src/include/utils and bit.c is in src/backend/lib ? Possibly a more interesting question is why haven't we ditched them both ... AFAICT none of the bit.c routines are used anymore. regards, tom

Re: [HACKERS] Question about bit.h and bit.c

2003-01-05 Thread Sailesh Krishnamurthy
Tom == Tom Lane [EMAIL PROTECTED] writes: Tom Sailesh Krishnamurthy [EMAIL PROTECTED] writes: Why is it that bit.h is in src/include/utils and bit.c is in src/backend/lib ? Tom Possibly a more interesting question is why haven't we Tom ditched them both ... AFAICT none of

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Dave Page
-Original Message- From: Marc G. Fournier [mailto:[EMAIL PROTECTED]] Sent: 05 January 2003 21:06 To: Dave Page Cc: Rod Taylor; PostgreSQL-development Subject: RE: [HACKERS] New Portal in Place, DNS switched ... On Sun, 5 Jan 2003, Dave Page wrote: Umm, Marc? Is that a

Re: [HACKERS] Threads

2003-01-05 Thread Shridhar Daithankar
On Saturday 04 January 2003 03:20 am, you wrote: I am sure, many of you would like to delete this message before reading, hold on. :-) I'm afraid most posters did not read the message. Those who replied Why bother? did not address your challenge: Our challenges may be..;-) Anyway you

Re: [HACKERS] Threads

2003-01-05 Thread Sailesh Krishnamurthy
Shridhar == Shridhar Daithankar [EMAIL PROTECTED] writes: Shridhar On Saturday 04 January 2003 03:20 am, you wrote: I am sure, many of you would like to delete this message before reading, hold on. :-) I'm afraid most posters did not read the message. Those who

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Dave Page
-Original Message- From: Neil Conway [mailto:[EMAIL PROTECTED]] Sent: 05 January 2003 22:03 To: Marc G. Fournier Cc: [EMAIL PROTECTED] Subject: Re: [HACKERS] New Portal in Place, DNS switched ... On Sat, 2003-01-04 at 19:40, Marc G. Fournier wrote: I'm just announcing here,

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Neil Conway
On Sun, 2003-01-05 at 17:15, Dave Page wrote: There were always ads there Yes -- but AFAIK there were in the process of being phased out (furthermore, the old site only had ads on the initial mirror page, whereas they are much more widespread on the new site). they help pay for the boxes.

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Gavin Sherry
On 5 Jan 2003, Neil Conway wrote: On Sun, 2003-01-05 at 17:15, Dave Page wrote: There were always ads there Yes -- but AFAIK there were in the process of being phased out (furthermore, the old site only had ads on the initial mirror page, whereas they are much more widespread on the new

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Marc G. Fournier
On Sun, 5 Jan 2003, Neil Conway wrote: On Sun, 2003-01-05 at 17:15, Dave Page wrote: There were always ads there Yes -- but AFAIK there were in the process of being phased out Not sure where you heard this from ... there were some site that still hadn't had them deployed on them, but there

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Dave Page
-Original Message- From: Neil Conway [mailto:[EMAIL PROTECTED]] Sent: 05 January 2003 22:38 To: Dave Page Cc: Marc G. Fournier; [EMAIL PROTECTED] Subject: Re: [HACKERS] New Portal in Place, DNS switched ... On Sun, 2003-01-05 at 17:15, Dave Page wrote: There were always ads

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Neil Conway
On Sun, 2003-01-05 at 18:05, Dave Page wrote: Don't get me wrong, I personnally would prefer to remove them, however unless we get suitable corporate sponsorship the servers still have to be paid for somehow. Granted. I'm just trying to point out that putting ads on our webspace is a pretty

[HACKERS] AclId is defined in the wrong place

2003-01-05 Thread Tom Lane
I'd like to move the typedef for AclId out of miscadmin.h, where it was originally placed, and into postgres.h or c.h where most other fundamental typedefs appear. As is, we've got a problem with miscadmin.h having to be included into many header files where it doesn't belong, and that problem is

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Marc G. Fournier
On Sun, 5 Jan 2003, Dave Page wrote: Don't get me wrong, I personnally would prefer to remove them, however unless we get suitable corporate sponsorship the servers still have to be paid for somehow. Purely speculation, but I would guess that the ads are not recouping all of the cash it costs

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Tom Lane
Neil Conway [EMAIL PROTECTED] writes: On Sun, 2003-01-05 at 18:05, Dave Page wrote: Don't get me wrong, I personnally would prefer to remove them, however unless we get suitable corporate sponsorship the servers still have to be paid for somehow. Granted. I'm just trying to point out that

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Marc G. Fournier
On Sun, 5 Jan 2003, Tom Lane wrote: Neil Conway [EMAIL PROTECTED] writes: On Sun, 2003-01-05 at 18:05, Dave Page wrote: Don't get me wrong, I personnally would prefer to remove them, however unless we get suitable corporate sponsorship the servers still have to be paid for somehow.

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Bruce Momjian
Neil Conway wrote: On Sun, 2003-01-05 at 17:15, Dave Page wrote: There were always ads there Yes -- but AFAIK there were in the process of being phased out (furthermore, the old site only had ads on the initial mirror page, whereas they are much more widespread on the new site). they

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Marc G. Fournier
On Sun, 5 Jan 2003, Bruce Momjian wrote: Neil Conway wrote: On Sun, 2003-01-05 at 17:15, Dave Page wrote: There were always ads there Yes -- but AFAIK there were in the process of being phased out (furthermore, the old site only had ads on the initial mirror page, whereas they are

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Bruce Momjian
Marc G. Fournier wrote: On Sun, 5 Jan 2003, Bruce Momjian wrote: Neil Conway wrote: On Sun, 2003-01-05 at 17:15, Dave Page wrote: There were always ads there Yes -- but AFAIK there were in the process of being phased out (furthermore, the old site only had ads on the initial

Re: [HACKERS] IPv6 patch

2003-01-05 Thread Bruce Momjian
Patch applied. I added a small mention of IPv6 addresses to the pg_hba.conf documentation. Not sure where else to mention it. --- Bruce Momjian wrote: I have been working on a patch to implement IPv6 connections. A

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Dan Langille
On 5 Jan 2003, Neil Conway wrote: Obviously, but it's VERY unprofessional for us to show ads to users on our website. It goes without saying, but pretty much every other non-trivial OSS project doesn't have ads on their main website. Displaying ads makes us look more like a Geocities site

Re: [HACKERS] Upgrading rant.

2003-01-05 Thread Bruce Momjian
mlw wrote: I have the USA tiger census data in a database, it is over 60G with indexes, 30G+ of just data. Do you know how long that will take to dump and restore? Making one index on some of the tables takes 20 minutes. Oh, come on. How many tigers are their in the USA? Certainly not 30G+

Re: [HACKERS] Upgrading rant.

2003-01-05 Thread Bruce Momjian
Greg Copeland wrote: On Sat, 2003-01-04 at 22:37, Tom Lane wrote: You're missing the point: I don't want to lock out everyone but the super-user, I want to lock out everyone, period. Superusers are just as likely to screw up pg_upgrade as anyone else. BTW: $ postmaster -N 1 -c

Re: [HACKERS] Upgrading rant.

2003-01-05 Thread Bruce Momjian
Tom Lane wrote: Bruce Momjian [EMAIL PROTECTED] writes: OK, taking up the pg_upgrade banner, I think there are two things missing from the current code: 1) schema awareness -- easily fixed with some code 2) need to creat clog files to match incremented xid I can do 1, and I think

Re: [HACKERS] Upgrading rant.

2003-01-05 Thread Tom Lane
Bruce Momjian [EMAIL PROTECTED] writes: VACUUM FREEZE. Interesting idea. Did we have that in 7.2? I never thought of using it. Good idea. IIRC, it was new in 7.2 --- but pg_upgrade goes back further than that. I am not sure if this idea just escaped us before, or if there's a hole in it.

Re: [HACKERS] AclId is defined in the wrong place

2003-01-05 Thread Bruce Momjian
Tom Lane wrote: I'd like to move the typedef for AclId out of miscadmin.h, where it was originally placed, and into postgres.h or c.h where most other fundamental typedefs appear. As is, we've got a problem with miscadmin.h having to be included into many header files where it doesn't belong,

Re: [HACKERS] AclId is defined in the wrong place

2003-01-05 Thread Tom Lane
Bruce Momjian [EMAIL PROTECTED] writes: No problem, go ahead. I put it there only because I needed it for some of the prototypes, and I didn't want to be so bold as to move it even farther up into the include system, Properly so --- but if the consequence is to have to include miscadmin.h

Re: [HACKERS] Upgrading rant.

2003-01-05 Thread Tom Lane
Bruce Momjian [EMAIL PROTECTED] writes: ... On top of that, that's also the risk of someone being a superuser. They will ALWAYS have the power to hose things. Period. As such, I don't consider that to be a valid argument. That was my feeling too. If you can't trust the other admins, it

Re: [HACKERS] Upgrading rant.

2003-01-05 Thread Lamar Owen
On Saturday 04 January 2003 21:12, Peter Eisentraut wrote: I would recommend requiring users to do the schema dump before upgrading the binaries, so they'd do Nice theory. Won't work in RPM practice. I can't require the user to do _anything_. Due to the rules of RPM's, I can't even ask the

Re: [HACKERS] Upgrading rant.

2003-01-05 Thread Lamar Owen
On Sunday 05 January 2003 23:10, Tom Lane wrote: Lamar Owen [EMAIL PROTECTED] writes: It is very possible that the supporting libc shared libraries will be removed by the OS upgrade -- the old binaries may not even run when it is critical that they do run. Urgh, that's a mess. Yah, it is

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Tom Lane
Marc G. Fournier [EMAIL PROTECTED] writes: Please understand something here ... a large portion of the banner ads are *not* paid ... they are recognition of the many mirror sites that are supporting the project by reducing the amount of bandwidth that is required on the central server ...

[HACKERS] IPv6 detection

2003-01-05 Thread Bruce Momjian
The IPv6 patch currently checks for the function getaddrinfo() and the include file netinet/ip6.h. Is this a sufficient test? Anyone with/without IPv6 that does match not this test? -- Bruce Momjian| http://candle.pha.pa.us [EMAIL PROTECTED] | (610)

Re: [HACKERS] New Portal in Place, DNS switched ...

2003-01-05 Thread Neil Conway
On Sun, 2003-01-05 at 20:32, Marc G. Fournier wrote: Not even close ... in fact, most of the banners there are in recognition of those companies who themselves have provided invaluable resources for the project by providing mirror sites, to reduce the overall traffic hits on the central server