threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "\nThe docs have this description for pg_class::relfilenode: \"Name of the \non-disk file of this relation; 0 if none\". However, Elein just pointed \nout to me that there are no entries with 0, so this description seems \nincorrect. What should we say? It appears that in at least some of thes... |
[
{
"msg_contents": "Just testing pl/pgsql functions in 8.1beta4, I see failures for syntax that \nworks in 8.0.3. The simplest test case for this is:\n\ncreate table ptest(foo int, bar varchar(10));\ncreate or replace function modify_ptest(\n\tfoo int,\n\tbar varchar)\nreturns numeric as $$\ndeclare \n\tres nume... |
[
{
"msg_contents": "Andrew wrote:\n> > Jim C. Nasby wrote:\n> >Personally, I don't see why enum can't just be syntactic sugar on top\nof\n> >a side-table of values and a foreign key. And I guess a view to hide\nthe\n> >internals from normal viewing. That would certainly allow the most\n> >flexibility, although i... |
[
{
"msg_contents": "\n> > Hmm. pqStrerror is defined in libpgport (which is linked into the\n> > backend) as well as libpq. ISTM that libpq should not be \n> linked with \n> > -Wl,-bI:../../../src/backend/postgres.imp, since it's not \n> intended to \n> > be loaded into the backend. Without having looked at t... |
[
{
"msg_contents": "> From: Tom Lane [mailto:tgl@sss.pgh.pa.us]\n> \"Jim C. Nasby\" <jnasby@pervasive.com> writes:\n> > What has been happening is periodic random crashes, around \n> 1 a week. I\n> > now have a good core for one, as well as an assert:\n> \n> > TRAP: FailedAssertion(\"!(shared->page_number[slotno... |
[
{
"msg_contents": "> From: Tom Lane [mailto:tgl@sss.pgh.pa.us]\n> \"Jim C. Nasby\" <jnasby@pervasive.com> writes:\n> > On Fri, Oct 28, 2005 at 05:45:51PM -0400, Tom Lane wrote:\n> >> Jim, are you interested\n> >> in seeing if this patch makes the problem go away for you?\n> \n> > Well, this is a production sys... |
[
{
"msg_contents": "Folks,\n\nOn 8.0.4 and 8.1b4 given:\n\ncreate type return_value as (\n\tid INTEGER,\n\tmessage TEXT\n);\n\nthis function:\n\ncreate function return_test (\n\tvuser INT, vsession INT\n) returns return_value as $fnc$\ndeclare vtemp return_value;\nbegin\nvtemp := row( -1, 'bad' );\nreturn vtemp;... |
[
{
"msg_contents": "Folks,\n\nAre foreign keys on temp tables not allowed just because nobody requested \nthem, or because they're hard to do?\n\n-- \n--Josh\n\nJosh Berkus\nAglio Database Solutions\nSan Francisco\n",
"msg_date": "Fri, 28 Oct 2005 17:34:11 -0700",
"msg_from": "Josh Berkus <josh@agliodbs.... |
[
{
"msg_contents": "\nTomorrow evening, I'm going to wrap up RC1, to announce it on Monday ... \nif anyone is sitting on *anything*, please say something before about \nmidnight GMT ...\n\n----\nMarc G. Fournier Hub.Org Networking Services (http://www.hub.org)\nEmail: scrappy@hub.org Yahoo!: ... |
[
{
"msg_contents": "\nHi,\n\nAll regression tests passed on :\n\n* SUSE LINUX 10.0 (i586) OSS\n* Fedora Core release 4\n* Red Hat Linux release 9\n* Red Hat Enterprise Linux ES release 3 (Taroon Update 6)\n\nBoth are x86.\n\nRegards,\n--\nDevrim GUNDUZ\nKivi Bili�im Teknolojileri - http://www.kivi.com.tr\ndevr... |
[
{
"msg_contents": "\n\n\n-----Original Message-----\nFrom: pgsql-hackers-owner@postgresql.org on behalf of Sander Steffann\nSent: Sat 10/29/2005 1:54 PM\nTo: josh@agliodbs.com; Tom Lane\nCc: PostgreSQL-development\nSubject: Re: [HACKERS] FKs on temp tables: hard, or just omitted? \n \n>> You can have foreign ke... |
[
{
"msg_contents": "As some of you may remember, a patch for adding --as-needed to the GNU\nlinker command line was added [1] and subsequently removed [2] under\nthe mistaken assumption that it was a linker bug [3]. It isn't.\n\nThe bug is actually in readline, in that it doesn't declare its\ndependancy on termc... |
[
{
"msg_contents": "\"Peter Ivarsson\" <peter.ivarsson@onskefoto.se> writes:\n>>> FATAL: could not read statistics message: Resource temporarily \n>>> unavailable\n\n>> What platform is this on exactly, and what version of Postgres?\n\n> PostgreSQL version 8.0.4 and OS is OsX 10.3 on a Mac G4. \n\nI spent some ... |
[
{
"msg_contents": "\nTake a look through it, will announce this evening ...\n\n----\nMarc G. Fournier Hub.Org Networking Services (http://www.hub.org)\nEmail: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664\n",
"msg_date": "Sun, 30 Oct 2005 01:35:30 -0400 (AST)",
"msg_from... |
[
{
"msg_contents": "> > Take a look through it, will announce this evening ...\n> \n> Could you please include RPMs in your announcement? They \n> *will* be here:\n> \n> http://developer.postgresql.org/~devrim/rpms/8.1/rc1\n\nThe developer.postgresql.org machine really isn't geared to handle\ndownloads.. Any rea... |
[
{
"msg_contents": "\nAfter a couple of months of testing, and alot of bug reports (with fixes), \nwe are pleased to announce the first Release Candidate of PostgreSQL \n8.1.0.\n\nAs with all pre-releases, but especially now that we are in the final \nstretch, testing is paramount to a successful, and bug free, ... |
[
{
"msg_contents": "\nJust the one fail on OSX 10.3.9\n\n opr_sanity ... FAILED\n\nIs this a known problem, or something specific to my machine... I can post\nregression.diffs (quite long) if required ...\n\nThanks\n\nAdam\n\n\n-- \nThis message has been scanned for viruses and\ndangerous content b... |
[
{
"msg_contents": "Hello, \n\nI tried RC1 on Tru64 box(with Compaq C V6.1-011)) and succeed :\nbash-2.05b$ make MAX_CONNECTIONS=2 check\n ...\n============== shutting down postmaster ==============\npostmaster stopped\n\n======================\n All 98 tests passed.\n======================\n\nEnvi... |
[
{
"msg_contents": "4x AMD Opteron (tm) Processor 852\n\n ---------------------\n\npostgres@localhost /tmp/pgtestbuild/postgresql-8.1RC1 $ uname -a\nLinux localhost 2.6.12-gentoo-r10 #1 SMP Fri Sep 9 09:43:22 EDT 2005\nx86_64 AMD Opteron (tm) Processor 852 AuthenticAMD GNU/Linux\n\n --------... |
[
{
"msg_contents": "\nI have become aware that regression is failing due to ordering \ndifferences on Windows machines in some non-English locales \n(specifically, Czech, but the potential is there for more failures).\n\nThe problem seems to be that the regression suite and initdb don't do \nenough between them ... |
[
{
"msg_contents": "I'm having troubles building postgis HEAD on freebsd\nusing the new autoconf-based scripts.\n\nThe Makefile.shlib file copied by pgsql sources\nadds a -Bforcearchive flag to LINK.shared with\narch is freebsd, but the flag seems to be\nunsupported (this is from 7.2.1 to 8.0.0)\n\nWeird enough ... |
[
{
"msg_contents": "I want to store default values of arguments in pg_proc catalog. i have to\nadd a column in the table. but what will be the type of column as to store\nall the datatypes. do you think 'Datum' can be stored as it.\n\nI want to store default values of arguments in pg_proc catalog. i have toadd a... |
[
{
"msg_contents": "This has refreshed my fading memory. The patch seems like the best \nsolution. Is there any objection to applying it?\n\n(Petr, I assume you intended to send this to a mailing list also)\n\ncheers\n\nandrew\n\n-------- Original Message --------\nSubject: \tRe: regression failures on WIndows i... |
[
{
"msg_contents": "Hackers,\n\nThe \"Debug\" destreceiver has a pretty bad name. In fact for PL/php it\ncollides with a PHP symbol. Does anyone mind if I rename it to, say,\nDestDebug?\n\n-- \nAlvaro Herrera http://www.advogato.org/person/alvherre\n\"El sabio habla porque tiene algo que... |
[
{
"msg_contents": "Currently, the overhead of NUMERIC datatype is 8 bytes. Each value is\nstored on disk as\n\ntypedef struct NumericData\n{\n\tint32\tvarlen;\t\t/* Variable size (std varlena header) */\n\tint16\tn_weight;\t/* Weight of 1st digit\t*/\n\tuint16\tn_sign_dscale;\t/* Sign + display scale */\n\tchar... |
[
{
"msg_contents": "Hi Richard,\n\nDunno if you'll see this via the list, but your email address seems to\nbe bouncing messages from me:\n\n dev@archonet.com on 01/11/2005 20:48\n The message cannot be delivered due to a configuration error\non the server. Please contact your Administrator.\n ... |
[
{
"msg_contents": "Posting here because it may be a 8.1 pre-release problem. I'll take\nit to the admin list if it looks like it's not.\n\nFile dumped from 8.1beta3 using pg_dump -Fc on Linux box.\nThis dump restored successfully onto 8.1RC1 on Linux box.\nFile FTP'd to Windows box; attempt to restore onto 8.1... |
[
{
"msg_contents": "Does anyone have a copy of xlogdump updated for 8.1? If so, please send me a\ncopy. Otherwise I'll update it and forward the diffs.\n -Jonah\n\nDoes anyone have a copy of xlogdump updated for 8.1? If so, please send me a copy. Otherwise I'll update it and forward the diffs.\n \n-Jonah",
... |
[
{
"msg_contents": "Hi,\n\nPostgreSql 8.1 RC1 ( --with-perl --with-python) passed all tests on\n\nSlackware Linux 10.2 (kernel 2.4.31, x86)\n\n\nRegards,\nAdrian Maier\n",
"msg_date": "Wed, 2 Nov 2005 08:46:48 +0200",
"msg_from": "Adrian Maier <adrian.maier@gmail.com>",
"msg_from_op": true,
... |
[
{
"msg_contents": "I am sure I set binary mode. Even with that and an identical\nfile length, I figured I should confirm a good transfer before\nposting; hence the md5sum on both sides.\n\nBoth sides were built from the source. Here at home I don't\nhave the info on what configure switches were used, but I di... |
[
{
"msg_contents": "Hi,\n\nIs PGXS on VPATH builds supported? I was just testing tsearch2 and it\nisn't working. Note that I'm first standing on the builddir and it\ndoesn't work; then I'm back at the srcdir and it does work.\n\n07:02 jovan tsearch2 2$ pwd\n/pgsql/build/00orig/contrib/tsearch2\n07:02 jovan t... |
[
{
"msg_contents": "\nI am not able to quickly find your numeric format, so I'll just throw\nthis in. MaxDB (I only mention this because the format and algorithms\nare now under the GPL, so they can be reviewed by the public) uses a\nnifty number format that allows the use memcpy to compare two numbers\nwhen th... |
[
{
"msg_contents": "Hello,\n\nuname -a:\nDarwin fulcrum.local 8.3.0 Darwin Kernel Version 8.3.0: Mon Oct 3 20:04:04 PDT \n2005; root:xnu-792.6.22.obj~2/RELEASE_PPC Power Macintosh powerpc\n\ngcc --version:\npowerpc-apple-darwin8-gcc-4.0.0 (GCC) 4.0.0 (Apple Computer, Inc. build 5026)\nCopyright (C) 2005 Free So... |
[
{
"msg_contents": "> > Andrew Dunstan <andrew@dunslane.net> writes:\n> >> Hmm. Windows reports an offset size of 4 bytes on a dump I \n> just made \n> >> ... is that relevant? What governs it?\n> >\n> > [ looks again... ] Hm, that is a 40Gb dump Kevin is \n> complaining of, \n> > isn't it. Do our Windows bui... |
[
{
"msg_contents": "I think you're on to something, Magnus. From a Windows cmd prompt\nthe size matches Linux:\n\n11/01/2005 12:35 PM 40,874,747,876 dtr.dump\n\n From an msys command prompt, ti does not look good:\n\n-rw-r--r-- 1 Administ Administ 18446744071634626532 Nov 1 12:35\ndtr.dump\n\nI believe ... |
[
{
"msg_contents": "Hello all,\n\nI am using Postgres to do my Masters' thesis work. Given a query, i want \nto know all possible join plan trees for that query.\n\nThis information can be got from \nsrc/backend/optimizer/path/allpaths.c/make_one_rel_by_joins() method.\n[ie] more specifically, I need joinitems[l... |
[
{
"msg_contents": "Hi,\n\nI was asked to post this here for any interested parties -- please Cc me on\nany comments/followups as I'm not subscribed to -hackers.\n\nThis is a sort-of writeup on how to find the transitive closure[1] of a\ndirected graph G(V,E), or G+(V,E) if you want to get into notation. (There... |
[
{
"msg_contents": "\nHey all,\n\nWhile trying to get a reproducible test case for my CS storm problem (see\nhttp://archives.postgresql.org/pgsql-hackers/2005-10/msg00585.php), I upgraded\nto 8.1RC1 and encountered the following assert:\n\nTRAP: FailedAssertion(\"!(shared->page_number[slotno] == pageno &&\nshare... |
[
{
"msg_contents": "Hello all,\n\nTo help with my work, I've created a basic plugin that allows Postgres \nto retreive data from tables on other databases via ODBC. So far I've \nonly tested it against MS SQL Server 2000. It's rather crude at the \nmoment, as the only operation supported is a SELECT * query, and... |
[
{
"msg_contents": "Log Message:\n-----------\nRename the members of CommandDest enum so they don't collide with other uses of\nthose names. (Debug and None were pretty bad names anyway.) I hope I catched\nall uses of the names in comments too.\n\nModified Files:\n--------------\n pgsql/src/backend/access/c... |
[
{
"msg_contents": "Someone wanted to rename a database while someone else was running a \nrather long pg_dump, so the rename had to wait, and everyone else had \nto wait for the rename because no new connections would be allowed. \nIt's clear that we need to prevent new connections to the database \nbeing rena... |
[
{
"msg_contents": "./configure --without-readline\nEverything compiled fine, and all tests passed on \"make check\".\n\nHowever, when I looked at my server this morning, one of the four\npostmaster process was taking all CPU on one of my core (no db was\ncreated, the postmaster should have been totally idle)\n\... |
[
{
"msg_contents": "Hello, I'm using PostgreSQL 8.0.4 in Fedora Core 3, right now I'm learning a\nlittle about the postgresql internals and the way some kind of SPs could be\nwritten in c language; I found something really weird and I cannot explain\nto me this behavior:\n\n#include \"postgres.h\"\n#include \"fm... |
[
{
"msg_contents": "The 8.1 supported-platforms list is looking pretty good, I think -- we\ndon't have updates for every single combination of OS and hardware,\nbut we have updates for every OS and at least one instance of all\nsupported CPU types.\n\nExcept IRIX. There's been no port report since Robert Brucco... |
[
{
"msg_contents": "I don't know if this fills in any of the gaps, but...\n\nWe passed regression tests with 8.1RC1 on dual hyperthreaded\nXeon systems. One had SUSE 9.3 Professional; the other had\nWindows Server 2003 Enterprise Edition (Service Pack 1).\nBoth had 8 GB RAM and six disk drives set up as RAID 5.... |
[
{
"msg_contents": "I really haven't read up much on the constraint exclusion feature, but \nthis description in guc.c really doesn't want to make me use it. :)\n\n\"This prevents table access if the table constraints guarantee that \ntable access is necessary.\"\n\nThis is a typo, right?\n\n-- \nPeter Eisentrau... |
[
{
"msg_contents": "Nailed it.\n\nproblem is in mainloop.c -> setup_cancel_handler. Apparently you can\nhave multiple handlers and windows keeps track of them all, even if they\ndo the same thing. Keeping track of so many system handles would\nnaturally slow the whole process down. Commenting that line times ... |
[
{
"msg_contents": "I think the crucial point is that the common IEEE floating point\nformats are unable to store an EXACT representation of common\ndecimal fractions (such as .1) -- they can only store an\nAPPROXIMATION.\n\n>>> Peter Eisentraut <peter_e@gmx.net> >>>\nCsaba Nagy wrote:\n> [snip]\n>\n> > Floatin... |
[
{
"msg_contents": "> \"Merlin Moncure\" <merlin.moncure@rcsonline.com> writes:\n> > Nailed it.\n> \n> > problem is in mainloop.c -> setup_cancel_handler. Apparently you\ncan\n> > have multiple handlers and windows keeps track of them all, even if\nthey\n> > do the same thing. Keeping track of so many system h... |
[
{
"msg_contents": "> > I'm inclined to treat this as an outright bug, not just a minor\n> certainly...\n> \n> > performance issue, because it implies that a sufficiently long psql \n> > script would probably crash a Windows machine.\n> \n> actually, it's worse than that, it's more of a dos on the \n> whole syst... |
[
{
"msg_contents": " \n> void\n> setup_cancel_handler(void)\n> {\n> +\tstatic bool done = false;\n> +\n> +\tif (!done)\n> \t \tSetConsoleCtrlHandler(consoleHandler, TRUE);\n> +\tdone = true;\n> }\n> \n\nThat works, I tried ctrl-c various ways including from within \\i copy.\nProblem solved!\n\nMerlin\n"... |
[
{
"msg_contents": "> >> AFAICS it is appropriate to move the sigsetjmp and \n> >> setup_cancel_handler calls in front of the per-line loop inside \n> >> MainLoop --- can anyone see a reason not to?\n> \n> > hm. mainloop is re-entrant, right? That means each \\i \n> would reset the \n> > handler...what is downs... |
[
{
"msg_contents": "> -----Original Message-----\n> From: pgsql-hackers-owner@postgresql.org [mailto:pgsql-hackers-\n> owner@postgresql.org] On Behalf Of Magnus Hagander\n> Sent: Friday, November 04, 2005 10:31 AM\n> To: Tom Lane; Merlin Moncure\n> Cc: pgsql-hackers@postgresql.org; pgsql-performance@postgresql.o... |
[
{
"msg_contents": "My client (same one with the slru.c issue) has had 3 of these in the\npast day...\n\nThe backtrace:\nProgram terminated with signal 11, Segmentation fault.\n(gdb) bt\n#0 0x0000003b8946fb20 in strlen () from /lib64/tls/libc.so.6\n#1 0x0000003b894428dc in vfprintf () from /lib64/tls/libc.so.6... |
[
{
"msg_contents": "Hi,\nI have been playing around with pg_reload_conf() and the pg_settings view.\n\nI understand that the pg_settings view, if updated, applies to the \ncurrent session only.\nHowever I was under the impression that if I did a pg_reload_conf(), the \npg_settings view would be updated at that t... |
[
{
"msg_contents": "No, the IEEE formats can not store .1 exactly. How close it\ncomes depends on the rest of the number. For single and\ndouble precision, respectively, the IEEE representations fall\nat about:\n\n0.100000001490116119384765625\n0.1000000000000000055511151231257827021181583404541015625\n\nLibra... |
[
{
"msg_contents": "Marc,\n\nOkay, I found an OpenSSL-0.9.7 and readline library. The IRIX 6.5 IP35\nalso passed with the OpenSSL and readline included. This is with the\nIRIX cc and not gcc.\n\nKen\n\n> On Mon, Oct 24, 2005 at 11:51:26AM -0300, Marc G. Fournier wrote:\n> > \n> > We have released a Release Candi... |
[
{
"msg_contents": "\n'k, 8.1.0 is bundled ... this is effectively RC2, so *please* look it \nover, test it and make sure that we haven't missed anything ... official \nrelease is on Tuesday the 8th, the intervening time is meant to allow Dave \ntime to get the Windows binary/installer ready, Devrim to get RPMs,... |
[
{
"msg_contents": "A libpqxx user just informed me that the anonymous CVS repository at\nanoncvs.postgresql.org still contained a 2002 version of libpqxx in the\ninterfaces directory. I checked it out and otherwise it seems to be the\ncurrent source tree--at least I found an 8.1 version number somewhere.\n\nCo... |
[
{
"msg_contents": "Hello\n\nI execute \"select anyrowfce(..)\" in plpgsql via exec_run_select\n\nI need to get inner row, but I can't find good way for it\n\nretval = SPI_getbinval(estate->eval_tuptable->vals[0],\n estate->eval_tuptable->tupdesc,1);\n\nrettype = SPI_gettypeid(estate->eval_tuptable->tupdesc,1);... |
[
{
"msg_contents": "We previously discussed the idea of removing the rtree access method\nin 8.2, on the grounds that GiST does everything rtree can do, only\nbetter. Now that GiST has WAL support and can do concurrent access,\nit's pretty hard to see why anyone would want to use rtree instead;\nand I haven't h... |
[
{
"msg_contents": "Morning,\n\npgInstaller 8.1 has been built and uploaded to\nftp.postgresql.org/pub/win32. Please take a look if you can and report\nany glaring errors.\n\nHiroshi; I think we're ready for the Japanese version whenever you're\nready :-)\n\nRegards, Dave.\n",
"msg_date": "Sun, 6 Nov 2005 11... |
[
{
"msg_contents": "\n\n\n-----Original Message-----\nFrom: Hiroshi Saito [mailto:saito@inetrt.skcapi.co.jp]\nSent: Sun 11/6/2005 6:11 PM\nTo: Dave Page\nCc: pgsql-hackers@postgresql.org\nSubject: Re: [HACKERS] pgInstaller 8.1 built\n \n>> Hiroshi; I think we're ready for the Japanese version whenever you're\n>>... |
[
{
"msg_contents": "I'm noticing that the latest pgindent run has frequently rejustified\nblock comments to end in column 80 or 81, causing them to wrap in an\nugly way (at least in emacs). I thought the agreement was to limit\nlines to 79 chars max?\n\nFor one example see lines 475 ff in /src/backend/access/nb... |
[
{
"msg_contents": "\nHey all,\n\nI was doing a test run of a live dump from 8.0.2 to 8.1.0, and 8.1.0 took a\nsegmentation violation 1 hour into the operation. My plan is to re-do the\ndump/restore, and if it fails again, to re-compile with debug and cassert, and\ntry to get a core.\n\nThe command line was (8.... |
[
{
"msg_contents": "We're using Postgres 8.0.2 on SuSE10.0 (64-Bit). Tests on 8.1 beta 4 have \nshown no problems but this one:\n\n SELECT * FROM mitglieder WHERE lower(vorname::text)='lars'\n\ndoes a bitmap-index-scan like this:\n\n Bitmap Heap Scan on mitglieder (cost=10.68..3770.52 rows=1051 width=226)\n ... |
[
{
"msg_contents": "Using both PostgreSQL 8.1.0 and CVS current of Nov 7, 9:00 am CET I get \na regression failure in the interval tests. I am no export for the \ninterval type, but the expected \"9 days 28 hours\" seem wrong, don't \nthey? The actual value seems to be the same.\n\nIs it possible that this is br... |
[
{
"msg_contents": "Hi,\n\nI have another gripe regarding pgindent. Why does it change indenting\nof function declarations? An example is at the end. I think it may be\nthinking that declarations should be aligned using 8-spaces tabs. Can\nthis be corrected?\n\nIt annoyed me just now, because I'm adjusting m... |
[
{
"msg_contents": "Is there any way to retrieve table name and/or tuple values from OID of\ntable/tuple?\n",
"msg_date": "Mon, 07 Nov 2005 19:18:33 +0530",
"msg_from": "Paresh Bafna <paresh@it.iitb.ac.in>",
"msg_from_op": true,
"msg_subject": "Getting table name/tuple from OID"
},
{
"msg... |
[
{
"msg_contents": "I noticed your 8/18 commit to address an issue I raised regarding\nparameterized limit statements. Specifically, prepared statements with\na variable limit would tend to revert to bitmap or seqscan.\n\nI check out cvs tip and am still getting that behavior :(. So, I had a\nlook at createpla... |
[
{
"msg_contents": "How can I access CVS ?*\n*\n\nHow can I access CVS ?",
"msg_date": "Mon, 7 Nov 2005 20:39:13 +0530",
"msg_from": "Sreejesh O S <sreejeshos@gmail.com>",
"msg_from_op": true,
"msg_subject": "Access CVS"
},
{
"msg_contents": "On Mon, 2005-07-11 at 20:39 +0530, Sreejesh O ... |
[
{
"msg_contents": "Hi!\n\n8.1 had been tagged, may I develope/commit new tsearch2 code in HEAD branch?\n\n\n\n-- \nTeodor Sigaev E-mail: teodor@sigaev.ru\n WWW: http://www.sigaev.ru/\n",
"msg_date": "Mon, 07 Nov 2005 18:27:... |
[
{
"msg_contents": "Where someone is doing real work and pgindent creates so many\ncosmetic changes for the current CVS repository, would it be\nfeasible to first commit a \"whitespace only\" noop revision, so that\nreal changes can be easily identified. I have seen this approach\nwork well for others.\n\n-Kevi... |
[
{
"msg_contents": "> \"Merlin Moncure\" <merlin.moncure@rcsonline.com> writes:\n> > Is this correct?\n> \n> Sure, what do you think is wrong with it? plan_rows is initially a\ncopy\n> of the child node's output-rows estimate, and then it gets modified.\n \nOK, just a stab in the dark...not familiar at all with... |
[
{
"msg_contents": "Last week I managed to lock-up and then crash a development database.\nI'm going to try to reproduce it today and would like to know what I can\ndo to further investigate the problem.\n\nI am running Linux 2.6.9-11.ELsmp X86_64 on a Quad Dual-Core Opteron\n\nI have the following postgres RPMs... |
[
{
"msg_contents": "> > ^^\n> > If I hardcode $5 to any sub-ridiculous value, I get a proper index\nplan.\n> > Does your patch assume a limit of 1 or 10% of table rows?\n> \n> If it doesn't have a value for the parameter, it'll assume 10% of\ntable\n> rows, which is what it's done... |
[
{
"msg_contents": "Pgindent adds spaces after the stars if it doesn't recognize the thing\nbefore the star as a typedef... Could it be that somehow the list of\ntypedefs included in pgindent got corrupted?\n\n> -----Original Message-----\n> From: pgsql-hackers-owner@postgresql.org [mailto:pgsql-hackers-\n> owne... |
[
{
"msg_contents": "Hello,\n\nAre variable number of parameters supported in the new version of Postgres?\n\n-esr-\n\n\n",
"msg_date": "Mon, 07 Nov 2005 14:00:42 -0500",
"msg_from": "Edwin Ramirez <edwin.ramirez@mssm.edu>",
"msg_from_op": true,
"msg_subject": "Function with Variable number of par... |
[
{
"msg_contents": "Hi everyone,\n\nI'm currently in the middle of trying to implement a cache for a PostGIS\nserver-side function that uses an external library with an expensive startup\ncost, and was hoping to find some advice on the best way to implement it.\n\nThe function currently takes 2 parameters - a cu... |
[
{
"msg_contents": "I skimmed the thread \"Spinlocks, yet again: analysis\nand proposed patches\". Wouldn't Solaris 10's DTrace\nbe helpful in seeing what's going on? It seems DTrace\nwas meant for these types of problems.\n\n\n\t\t\n__________________________________ \nYahoo! FareChase: Search multiple travel... |
[
{
"msg_contents": "Hello, I'm doing a very simple C language function in PostgreSQL but I can't\nfigure out why this is not working, the documentation about the PostgreSQL\ninternals is not so good about arrays and I couldn't find a suitable example\nof the use of some kind of array functions inside the pgsql s... |
[
{
"msg_contents": "I'm starting to think about what it'll take to allow arrays to contain\nelements that are NULL. The behavioral semantics seem pretty\nstraightforward, but there are a couple of areas that need discussion.\n\nOne trouble spot is what the I/O representation should look like.\nSince 8.0, the ar... |
[
{
"msg_contents": "On a few occasions I've come across vacuums that result in more pages\nstored than needed, ie:\n\nINFO: free space map: 81 relations, 235349 pages stored; 220672 total pages needed\nDETAIL: Allocated FSM size: 1000 relations + 2000000 pages = 11817 kB shared memory.\n\nI see that PrintFreeS... |
[
{
"msg_contents": "I import some of my data into my postgres database, win32 platform, via\nthe COPY table FROM with CSV. My CSV file is created from a Crystal\nReport (v.9). I run the report and have Crystal export the results into\na CSV file (using the default settings).\n\nI have some data which looks lik... |
[
{
"msg_contents": "Hi,\n\ni was trying to compile CVS using --with-plperl (perl installed is\n5.6.1) and i get this error when make go inside plperl:\n\nmake[3]: *** No rule to make target `SPI.xs', needed by `SPI.c'. Stop.\nmake[2]: *** [all] Error 1\nmake[1]: *** [all] Error 2\nmake: *** [all] Error 2\n\n--\... |
[
{
"msg_contents": "I've been going through the thread that Andrew Dunstan started with his \nenumkit. \n\nMaybe I missed it, but I didn't see any conclusion. If I want to design an \nOpen Source system now that may be in beta in three to six months and I'd \nlike to use enums, is this a good place to look? \n\n... |
[
{
"msg_contents": "Hello,\n\nit's great news. My personal opinion about formating NULL values\n '{a,\"\",b} -- wrong, \"\" means empty string, isn't null\n '{a,,b} ' -- ok, maybe not unique,\n '{a, NULL, b}' -- longer, clean NULL is NULL\n '{a, \"NULL\", b}' -- \"NULL\" is not null varchar 'NULL'\n\n... |
[
{
"msg_contents": "I want to install PostgreSQL 8.1 on FreeBSD 4.8-RELEASE .\n\nI can't make it with make command.\n\nmake\nYou must use GNU make to build PostgreSQL.\n*** Error code 1\n\nDo I install gmake ?\n\nI want to install PostgreSQL 8.1 on FreeBSD 4.8-RELEASE .\n\nI can't make it with make command.\n\n... |
[
{
"msg_contents": "> and so the most straightforward thing to do is define an empty element\n> as meaning a NULL. But this might be objected to on a couple of\ngrounds:\n\nCan you use a default to allow the user to specify the default value for\nan element? May look a little strange, though, if the user speci... |
[
{
"msg_contents": "\n> and so the most straightforward thing to do is define an empty element\n> as meaning a NULL. But this might be objected to on a couple of\ngrounds:\n\nCan you use a default to allow the user to specify the default value for\nan element? May look a little strange, though, if the user spe... |
[
{
"msg_contents": "I was interested in getting feedback from current mail group users.\n\nWe have mirrored your mail list in a new application that provides a more aggregated and safe environment which utilizes the power of broadband.\n\nRoomity.com v 1.5 is a web 2.01 community webapp. Our newest version adds ... |
[
{
"msg_contents": "Hi all,\n\nI am at OpenDBCon in Germany. People are complaining about floats/numerics\nnot accepting German/European conventions for the delimiter point -- a\ncomma. This is hard coded into the the numeric input parser but,\nnaturally, we use strtod() in else where. I'm not sure about the loc... |
[
{
"msg_contents": "Hi, sorry for the question but I still having serious troubles with the\narray_ref function. The function is not documented and I can't get a useful\nexample inside the contrib directory. The function is defined as:\n\nDatum array_ref(ArrayType *array, int nSubscripts, int *indx,\n\t\t int a... |
[
{
"msg_contents": "I would like to compile the code on windows. I understand I need mingw. \n\non the mingw site there are may packages to download and install.\n\n \n\nDoes anyone know which ones to download install in order to compile pg.\n\n \n\nThanx,\n\nGevik.\n\n \n\n\n\n\n\n\n\n\n\n\nI would like to comp... |
[
{
"msg_contents": "Hi all,\n\nI am trying to create a User-defined function(UDF) which takes filename \nas input.. the function reads the file containig sql queries and \nexecutes them in background using libq functions (PGconnectDb, PQexec \netc..).\n\nI was able to sucessfully compile the code and create a sh... |
[
{
"msg_contents": "Hi Hackers,\n\nAfter the subtransaction had been added,\nthe size of HeapTupleHeader became 27 bytes.\nThis consumes extra bytes per tuple for the alignment padding,\nespecially on systems where MAXIMUM_ALIGNOF is 8.\n\nThis patch optimizes the location of the first field,\nand reduces the pa... |
[
{
"msg_contents": "Looks like the tsearch2 update yesterday broke something :-(\n\nRegards, Dave\n\n> -----Original Message-----\n> From: pgbuildfarm-web@hosting-two.commandprompt.com \n> [mailto:pgbuildfarm-web@hosting-two.commandprompt.com] \n> Sent: 09 November 2005 02:20\n> To: pgbuildfarm-status-chngs@pgfo... |
[
{
"msg_contents": "\nThe following bug has been logged online:\n\nBug reference: 2033\nLogged by: Joel Stevenson\nEmail address: joelstevenson@mac.com\nPostgreSQL version: 8.1.0\nOperating system: RHEL 3 update 6\nDescription: Assertion Failure: File: \"procarray.c\", Line: 492\nDeta... |
[
{
"msg_contents": "As you can see, we have duplicates within the table (heap) of a primary\nkey value. The index itself only references one of these tuples.\n\nNearly all data inserted into this table is wrapped in a subtransaction,\nand is created a single tuple per subtransaction. About 20% of entries\nare du... |
[
{
"msg_contents": "How about representing null array elements with a special-case cast-like\nnull? Something like {::null}\n\n__\nMarc\n\nOn Tue, 2005-11-08 at 23:30 -0400, pgsql-hackers-owner@postgresql.org\nwrote:\n> Date: Tue, 08 Nov 2005 19:21:34 -0500\n> From: Tom Lane <tgl@sss.pgh.pa.us>\n> To: pgsql-hac... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.