threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "\n>From SCO:\n\nWe probably want to be aware of this for a threaded libpq for 7.4.\n\nLER\n\n------------ Forwarded Message ------------\n\nLarry Rosenman wrote:\n>\n>\n####identity suppressed for NDA reasons####\n> wrote:\n>\n>>> So, what I was doing was probably screwing up the syscalls tha... |
[
{
"msg_contents": "since Postgres is one process/client, It depends on what folks are doing.\n\nAnd, how smart the scheduling algorithms within your OS are.\n\nLER\n\n\n--On Wednesday, July 16, 2003 03:46:27 +0200 Mendola Gaetano \n<mendola@bigfoot.com> wrote:\n\n> Hi all,\n> we are going to move our production... |
[
{
"msg_contents": "\n\n\n\nIam trying to acquire rowlevel locks in postgresql. I try doing this: \n 'select * from students where name='Larry' for update;\nBut by looking at the holding array of proclock , I've noticed that by doing this only \nAccessShareLock gets acquired which is a table level lock. \nHow do... |
[
{
"msg_contents": "Does anyone know what purpose MAKE_PTR ( defined in shmem.h) servers?\nthanks\njennyAdd photos to your messages with MSN 8. Get 2 months FREE*.\n",
"msg_date": "Tue, 15 Jul 2003 17:01:13 -0700",
"msg_from": "\"Jenny -\" <nat_lazy@hotmail.com>",
"msg_from_op": true,
"msg_subj... |
[
{
"msg_contents": "I had a bug in one of my queries that wasn't detected by pg because if \nfilled in the from clause by itself. Take for example a querie like\n\nselect foo.a;\n\nwhich I guess is transformed to\n\nselect foo.a\nfrom foo;\n\nIs this really a good thing to do? Is it part of the standard? Can it ... |
[
{
"msg_contents": ">\n> I had a bug in one of my queries that wasn't detected by pg because if\n\n> filled in the from clause by itself. Take for example a querie like\n>\n> select foo.a;\n>\n> which I guess is transformed to\n>\n> select foo.a\n> from foo;\n>\n> Is this really a good thing to do? Is it part of... |
[
{
"msg_contents": "Is the patches list working?\n\nI submitted on yesterday that never made it.\n\nLER\n\n\n-- \nLarry Rosenman http://www.lerctr.org/~ler\nPhone: +1 972-414-9812 E-Mail: ler@lerctr.org\nUS Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749\n\n\n\n",
... |
[
{
"msg_contents": "On Wed, Jul 16, 2003 at 11:58:01PM +0900, itojun@iijlab.net wrote:\n> \tcould you try lex/scan.l 1.13 i just committed?\n\nYes, that fixed it!\n\nCheers,\n\nPatrick\n",
"msg_date": "Wed, 16 Jul 2003 17:35:44 +0100",
"msg_from": "Patrick Welche <prlw1@newn.cam.ac.uk>",
"msg_from_op... |
[
{
"msg_contents": "A few weeks ago I posted a message on this board requesting interest \nfrom anyone who would be willing to participate in a Request For \nProposal (RFP) to provide software development and project management \nfor Washington State. I am happy to announce that we have several \ndozen particip... |
[
{
"msg_contents": "Does anyone have recent archives of the pgsql-hackers list in mbx or \nflat file format? \n\nI know that I can search through the website or through other \ninterfaces, but I would like to be able to download a file containing \nthe posts for a period of time. \n\nI'm missing a large portion... |
[
{
"msg_contents": "hi,\nwhat fields in LOCK datastructures can i use to uniquely identify each row of a table? if each row is seperately locked that is.\nthanks\njennyAdd photos to your e-mail with MSN 8. Get 2 months FREE*.\n",
"msg_date": "Wed, 16 Jul 2003 13:27:58 -0700",
"msg_from": "\"Jenny -\" <na... |
[
{
"msg_contents": "WHen running PostgreSQL 7.3.3-1 (from rpm's) on Redhat 9.0 I got the\nfollowing in logs and the postmaster will not start up.\n\nAny Ideas what I could do to start up ?\n\nThis in on a laptop used for development, but I still would like to not\ninitdb.\n\n\npostmaster successfully started\nLO... |
[
{
"msg_contents": "\nANNOUNCEMENT: Availability of TelegraphCQ v0.2 (BETA release)\n-------------------------------------------------------------\n\nThe Telegraph Team at UC Berkeley is pleased to announce the immediate\navailability of TelegraphCQ v0.2 (a BETA release). TelegraphCQ is a\nsystem for processing ... |
[
{
"msg_contents": "I had a brief look at DB2's row_number function which seems to be pretty \nuseful.\nWhat it does is:\n\ntest=# SELECT row_number(), relname FROM pg_class LIMIT 3;\n row_number | relname\n------------+----------------\n 1 | pg_description\n 2 | pg_group\n 3 | ... |
[
{
"msg_contents": "CVSROOT:\t/cvsroot\nModule name:\tpgsql-server\nChanges by:\ttgl@svr1.postgresql.org\t03/07/17 17:13:57\n\nModified files:\n\tsrc/backend/commands: comment.c \n\nLog message:\n\tFor COMMENT ON DATABASE where database name is unknown or not the current\n\tdatabase, emit a WARNING and do nothin... |
[
{
"msg_contents": "I returned Monday night from O'Reilly and LinuxTag. I have several\nthings to do this week:\n\n\tread backlog of email\n\tcreate 7.4 changes list\n\tapply outstanding patches\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us | ... |
[
{
"msg_contents": "Hi all,\n\nI have received a question via the Advocacy site and I am not knowledgeable\nenough to answer. Can you help?\n\nThe question is: can PostgreSQL handle between 10'000 and 40'000\nsimultaneous connections? The persone asking the question has to choose\nbetween Oracle and PostgreSQL, ... |
[
{
"msg_contents": "I'm debugging a trigger in plpgsql and for some reason or the \"select \ninto <var>\" does not seem to work. Here is an unaltered snippet of my \ntrigger code: \n\n raise notice ''this id : %'',NEW.id; \n\n select into i_hierarchy_id \n hierarchy_id \n ... |
[
{
"msg_contents": "Developers,\n\nWhile I realize that we already have a number of TODOs on the list for \nPL/pgSQL which nobody is working on, I'd like to propose one more. That way, \nwhen someday somebody takes this on, they'll have a full list of feature \nrequests.\n\nThis one gets requested about once pe... |
[
{
"msg_contents": "Can someone point me at some detailed instructions for creating new \ndatatypes..\n\nI've found quite a few web pages that mention it (in passing) and give brief \nexamples - but nothing much I can actually work with for my purposes..\n\nIdeally I'd like to use C as the language and the datat... |
[
{
"msg_contents": "I have just seen a nice feature provided by DB2 which seems very useful \nto me.\nWhen importing huge amounts of data (dozens of gigs) with the help of \nCOPY errors might occur from time to time (especially when migrating). \nThe problem with COPY is that it stops after the first error. So i... |
[
{
"msg_contents": "Hi there,\n\ntoday we've commited bug fix in ltree code to current CVS, but I don't see\nany notices in COMMITERS mailing list. Do we need to so something\nspecial ?\n\n\n\tRegards,\n\t\tOleg\n_____________________________________________________________\nOleg Bartunov, sci.researcher, hostma... |
[
{
"msg_contents": "Fields idx_scan and idx_tup_fetch are not changed by an index scan.\n\n =# create table class1 (id integer);\n CREATE TABLE\n =# \n -- Insert 0..9999 into class1\n =# create index class1_id_index on class1 (id);\n CREATE INDEX\n =# vacuum analyze;\n VACUUM\n =# \\x\... |
[
{
"msg_contents": "\nIf you add:\n\n\t#include <netinet/tcp.h>\n\nto miscinit.c, does it compile with recode?\n\nShould I remove RECODE support?\n\n---------------------------------------------------------------------------\n\nGreg Stark wrote:\n> \n> Is recode a feature that's normally enabled?\n> \n> ./config... |
[
{
"msg_contents": "Bruce Momjian wrote:\n> Joe, are your compiles still failing?\n\nNo. Tom fixed this I think.\n\nJoe\n\n\n\n",
"msg_date": "Sun, 20 Jul 2003 10:53:05 -0700",
"msg_from": "Joe Conway <mail@joeconway.com>",
"msg_from_op": true,
"msg_subject": "Re: compile failures on cvs tip"
}... |
[
{
"msg_contents": "While talking with someone about code portability and building in a\nscalable persistent connection manager into PostgreSQL, someone\npointed me to libevent's existence . In the past, I'd always\nrewritten this wrapper by hand every time I needed to do handle\nproviding a generic kqueue/poll... |
[
{
"msg_contents": "When doing cvs update I get:\n\ncvs server: Updating contrib/tsearch2\ncvs server: failed to create lock directory for\n`/projects/cvsroot/pgsql-server/contrib/tsearch2'\n(/projects/cvsroot/pgsql-server/contrib/tsearch2/#cvs.lock):\nPermission denied\ncvs server: failed to obtain dir lock in ... |
[
{
"msg_contents": "Hi there,\n\nseems we'll have 7.3.4 release. Is't worth to submit new tsearch2\nmodule for this release ? People could play with new module\nwithout waiting 7.4 release.\n\n\tRegards,\n\t\tOleg\n_____________________________________________________________\nOleg Bartunov, sci.researcher, host... |
[
{
"msg_contents": "Hi guys,\n\nWasn't sure if this is a valid idea, but Bruce's response made me think it was worth forwarding here to see if anyone had/has considered it before.\n\nAs everyone is aware, I'm not up for coding it, but am mentioning it Just In Case it's deemed worthy of adding to the TODO list in... |
[
{
"msg_contents": "I have two questions about the support for thread-safe clients in\nconfigure:\n\nconfigure sets NEED_REENTRANT_FUNC_NAMES=no, overwriting the template\nsetting. Why?\n\nThe check for reentrant functions says:\n\n# Include special flags if threads are enabled _and_ if required for\n# threadin... |
[
{
"msg_contents": "I have a few problems with the file threads.c:\n\n1. It doesn't contain any threads, so the name is slightly inappropriate.\n\n2. It's not a porting module (since pqStrerror, etc. are not system\nfunctions), so it doesn't belong into src/port.\n\n3. It's only used by libpq, so why not put it ... |
[
{
"msg_contents": "Guys, attached is a patch to fix two memory leaks on start-up. The\nfirst is when freeaddrinfo has been used to free memory allocated by\ngetaddrinfo2 (so freeaddrinfo2 should be used). The second is 2 leaks\nwhen creating the lock (PostgreSQL and socket) files.\n\nThe diff is against last ni... |
[
{
"msg_contents": "\nAs I was documenting my current project the other day, a couple of things\noccurred to me:\n\n1. It would be nice to be able to dump my schema in some XML format that I\ncould then process using XSLT into whatever format I desired. If there is\nnot already some easy way to do this, and ther... |
[
{
"msg_contents": "\n./configure --prefix=/usr/lib/postgresql --enable-nls\n\ngcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations\n-I../../../../src/include -c -o miscinit.o miscinit.c -MMD\nmiscinit.c: In function `SetCharSet':\nmiscinit.c:205: error: structure has no member named `in'\nmake[3]: *** ... |
[
{
"msg_contents": "I looked on the to-do list and noticed adding check constraints to\ndomains is not on it. IMO, being able to add a validation constraint is\none of the very best things about domains. Is anybody planning to work\non this? \n \nRegards,\nMerlin\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nI looked on the ... |
[
{
"msg_contents": "\n Hi,\n\n the patch contains complete messages transaltion of:\n\n libpq\n pg_controldata\n pg_resetxlog\n psql\n pg_dump\n pgscripts\n\n Beacuse this patch is a little greater than pgsql-patches list limit\n I put it to my FTP instead to mail attachement. Please, load it f... |
[
{
"msg_contents": "\nDear PostgreSQL developers,\n\n\nI have considered postgresql for data-mining, and I would like to\nshare some comments on the issues involved, that result in several\nspecific suggestions for improvements in various areas. I've notice\nthat some of the issues seems listed in the todo list,... |
[
{
"msg_contents": "FYI, we are currently scheduled for beta on Monday. Tom and I are both\nstill cleaning up things.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us | (610) 359-1001\n + If your life is a hard drive, | 13 Roberts Road\n ... |
[
{
"msg_contents": "The current developer docs say this:\n\n-------------------\nLinux has poor default memory overcommit behavior. Rather than failing if it\ncan not reserve enough memory, it returns success, but later fails when the\nmemory can't be mapped and terminates the application with kill -9. To\npreve... |
[
{
"msg_contents": "The current snapshot won't initdb, because running \ninformation_schema.sql fails.\nThe two occurences of \"WHERE u.usesysid = ANY( g.grolist )\" are the \nproblem. Replacing the ANY clause with some dummy will let everything \nrun ok.\n\nselect usename from pg_user, pg_group where usesysid =... |
[
{
"msg_contents": "\n> You want to process all invoices to count them\n> and to sum up the amounts on a per month/area/type\n> basis. The initial data size is in GB, but the\n> size of the expected result is in KB (namely 2 data\n> for each 100 areas * 12 months * 4 types).\n\nThe key to handling large datasets... |
[
{
"msg_contents": "\nHi all,\n\nI would like to know why does calling a function with select * from \nfunction doesn't work when its return type is set to void.\n\nI'm asking this because I have a code which uses this syntax to add \nsupport for returning resultsets from functions. This way, regardless \nthe fu... |
[
{
"msg_contents": "\nhi\nwhat do you tink about :\nCOPY [ namespace1. ] table [ STRUCT ONLY ] TO [namespace2.] table2;\nMOVE [ namepsace1. ] table TO [namespace2.] table2;\n\nand this same whit types, functions etc\n\nand :\n\nALERT FUNCTION func (ARGS) SET OWNER new_owner;\n\nand :\n\nCREATE TYPE new_type AS t... |
[
{
"msg_contents": "I see autocommit as implemented only in psql, not in libpq. Is that\nwhat we want to do for 7.4?\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us | (610) 359-1001\n + If your life is a hard drive, | 13 Roberts Road\n +... |
[
{
"msg_contents": "In hba.c, line 1394 is missing two )\n\n if (pass == NULL)\n {\n ereport(LOG,\n (errmsg(\"local user with uid %d is not known to getpwuid\",\n (int) peercred.uid);\n\t\t\t\t\t\t\t\t^^^^^... |
[
{
"msg_contents": "Hello :)\n\nI want to compile a program which uses libpq-fe.h but it seems that\nstructure pg_conn ist not declared.\n\nI have SuSE 8.2 and postgresql-devel-7.3.2-42\n\nThanks for any hints :)\n\nKind regards,\nHauke\n-- \nAus Ben Hur (1959): Wer nicht fuer Rom ist, ist gegen Rom\nGeorge W. B... |
[
{
"msg_contents": "\n\n\n\n\n\nIam trying to acquire rowlevel locks in postgresql. I try doing this: \n 'select * from students where name='Larry' for update;\nBut by looking at the holding array of proclock , I've noticed that by doing this only \nAccessShareLock gets acquired which is a table level lock. \nHo... |
[
{
"msg_contents": "Hi there,\n\nis't possible to specify default search path for dbh in DBD::Pg ?\nI don't want to set variable before every select.\n\n\tRegards,\n\t\tOleg\n_____________________________________________________________\nOleg Bartunov, sci.researcher, hostmaster of AstroNet,\nSternberg Astronomi... |
[
{
"msg_contents": ">\n> Rod Taylor wrote:\n> -- Start of PGP signed section.\n> > On Fri, 2003-07-18 at 19:46, Paulo Scardine wrote:\n> > > My boss is asking for something like Oracle's \"SELECT FOR UPDATE\nNOWAIT\".\n> > >\n> > > Is there any such feature? If no, should I look forward into\nimplementing\n> > >... |
[
{
"msg_contents": ">\n> I have just seen a nice feature provided by DB2 which seems very\nuseful\n> to me.\n> When importing huge amounts of data (dozens of gigs) with the help of\n> COPY errors might occur from time to time (especially when migrating).\n\n> The problem with COPY is that it stops after the firs... |
[
{
"msg_contents": "cvs server: Updating src/bin/scripts/po\ncvs server: failed to create lock directory for `/projects/cvsroot/pgsql-server/src/bin/scripts/po' (/projects/cvsroot/pgsql-server/src/bin/scripts/po/#cvs.lock): Permission denied\ncvs server: failed to obtain dir lock in repository `/projects/cvsroot... |
[
{
"msg_contents": "hello,\n This is in current cvs\n\nregards\n \n\n",
"msg_date": "Wed, 23 Jul 2003 12:46:13 +0000",
"msg_from": "snpe <snpe@snpe.co.yu>",
"msg_from_op": true,
"msg_subject": "CVS - /project//cvroot/pgsql-server/ src/bin/scripts/po/#cvs.lock :\n\tpermission denied"
}
] |
[
{
"msg_contents": "Hi hackers,\n\nI know you're all very busy with 7.4 coming out next week.But I thought I\ncould ask for a little feature with postgres logs.\n\nToday, logs are all going to a file or syslog or both. But there is no way\nat all you can automatically know upon witch database errors are thrown\n... |
[
{
"msg_contents": "\n\nIam trying to acquire rowlevel locks in postgresql. I try doing this: \n 'select * from students where name='Larry' for update;\nBut by looking at the holding array of proclock , I've noticed that by doing this only \nAccessShareLock gets acquired which is a table level lock. \nHow do I a... |
[
{
"msg_contents": "Protect your PC - Click here for McAfee.com VirusScan Online \n",
"msg_date": "Wed, 23 Jul 2003 12:27:02 -0700",
"msg_from": "\"Jenny -\" <nat_lazy@hotmail.com>",
"msg_from_op": true,
"msg_subject": "how do i turn off the html tags??"
},
{
"msg_contents": "Jenny - wrot... |
[
{
"msg_contents": "Iam trying to acquire rowlevel locks in postgresql. I try doing this:\n'select * from students where name='Larry' for update;\nBut by looking at the holding array of proclock , I've noticed that by doing \nthis only\nAccessShareLock gets acquired which is a table level lock.\nHow do I acquire... |
[
{
"msg_contents": "hi,\n\n1)If the same PROCLOCK has some already-granted locks and\n\n be waiting for more, how do we know?\n\n I currently use the holding array of PROCLOCK to figure out what lockmodes \na transaction(process) has been granted on LOCK,and if holdings sum comes to \n0 that means this PROCL... |
[
{
"msg_contents": "\nWhen ie function is whitout any grant == public have grant to execute it.\npublic or user who have grant to usage on this func. namepsace.\n\nI think when i create function , the default grant should be only for\nowner. specialy when function have security definer .\n\nor , i dont know abou... |
[
{
"msg_contents": "I just tried compiling all contribs on freebsd/alpha, and I saw these\nissues:\n\ngmake[1]: Entering directory `/home/chriskl/pgsql-temp/contrib/pgstattuple'\nsed 's,MODULE_PATHNAME,$libdir/pgstattuple,g' pgstattuple.sql.in\n>pgstattuple.sql\ngcc -pipe -O -g -Wall -Wmissing-prototypes -Wmissi... |
[
{
"msg_contents": ">\n> Paulo Scardine wrote:\n> > LockAcquire has a \"dontWait\" parameter, which do just what I want.\n> >\n> > The executor level calls \"heap_open(relid, RowShareLock)\" when doing\n\"FOR\n> > UPDATE\"s.\n> > Should we define something like RowShareLockNoWait, so heap_open()\nor other\n> > l... |
[
{
"msg_contents": "\n> > You want to process all invoices to count them and to sum up the\n> > amounts on a per month/area/type basis. The initial data size is in\n> > GB, but the size of the expected result is in KB (namely 2 data for\n> > each 100 areas * 12 months * 4 types).\n>\n> The key to handling large ... |
[
{
"msg_contents": "\nHello,\n\n> > FOR tuple IN\n> > SELECT area, type, month, amount FROM client, invoice WHERE id=client\n> > LOOP\n> > UPDATE tmp SET amount=amount+tuple.amount, count=count+1\n> > WHERE area=tuple.area AND type=tuple.type AND month=tuple.month\n> > END LOOP;\n> > ...\n> >\n> > It is ... |
[
{
"msg_contents": "| first of all I would like to learn that, any of you use the postgresql\n| within the clustered environment? Or, let me ask you the question, in\n| different manner, can we use postgresql in a cluster environment? If\n| we can do what is the support method of the postgresql for clusters?\n\n... |
[
{
"msg_contents": "\tSo, one of the many machines that I support seems to have developed\nan incredibly odd and specific corruption that I've never seen before.\n\nWhenever a query requiring an aggregate is attempted, it spits out:\ncannot open pg_aggregate: No such file or directory\nand fails.\n\nIf I do:\nse... |
[
{
"msg_contents": "\nPlease check it over before I announce it more generally ... but she looks\ngood from here ..\n\nMarc G. Fournier ICQ#7615664 IRC Nick: Scrappy\nSystems Administrator @ hub.org\nprimary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org\n"... |
[
{
"msg_contents": "I created a function thus:\n\nCREATE OR REPLACE FUNCTION dwarray(anyelement, anyelement)\nRETURNS anyarray AS '\n SELECT ARRAY[$1,$2]\n' LANGUAGE 'sql' IMMUTABLE STRICT;\n\nMy hope was to use STRICT to get the following behavior: if either or \nboth arguments are NULL, I get a NULL. If both... |
[
{
"msg_contents": "I know that I can use fcinfo->flinfo->fn_extra to determine if a \nparticular function has been previously called within a given SQL \nstatement execution, but what is the best way to determine that the \ncurrent statement has or has not changed?\n\nSpecifically I'd like to reset a variable w... |
[
{
"msg_contents": "When a SELECT FOR UPDATE query is executed, are the row level locks on a \ntable acquired in any specific order such as to enhance deadlock \nprevention? ( primary key, oid, etc. )\n\n",
"msg_date": "Thu, 24 Jul 2003 19:39:51 -0500",
"msg_from": "Thomas Swan <tswan@d2interactive.com>"... |
[
{
"msg_contents": "When a SELECT FOR UPDATE query is executed, are the row level locks on a \ntable acquired in any specific order such as to enhance deadlock \nprevention? ( primary key, oid, etc. )\n\n",
"msg_date": "Thu, 24 Jul 2003 20:17:57 -0500",
"msg_from": "Thomas Swan <tswan@idigx.com>",
"m... |
[
{
"msg_contents": "Should the new threading configure option be called:\n\n\t--enable-thread-safeness\n\nor \n\n\t--enable-thread-safety\n\nor something else? Someone was asking me about the validity of the word\nsafeness.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candl... |
[
{
"msg_contents": "FYI, after the latest ecpg change, you can now use flex 2.5.31 with\nPostgreSQL.\n\n-- \nPeter Eisentraut peter_e@gmx.net\n",
"msg_date": "Fri, 25 Jul 2003 09:35:09 +0200 (CEST)",
"msg_from": "Peter Eisentraut <peter_e@gmx.net>",
"msg_from_op": true,
"msg_subject": "flex 2.5... |
[
{
"msg_contents": "Folks,\n\n(Sorry for the cross-posting, but these lists don't have 100% overlap)\n\nIf you are planning on attending Linux World Expo San Francisco starting \nAugust 4 please e-mail me in the next 3 days. San Francisco PostgreSQL \nUser's Group is planning on having a meeting around that ti... |
[
{
"msg_contents": "I am seeing the following parallel regression test failures. Any idea\non the cause?\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us | (610) 359-1001\n + If your life is a hard drive, | 13 Roberts Road\n + Christ can... |
[
{
"msg_contents": "There was a recent question on pgsql-sql (not visible in the archives\nyet, but look for title \"Very strange 'now' behaviour\" of today's date)\nabout misbehavior of a 'now' default for a timestamp column. This makes\nme wonder whether the following bit of hackery in catalog/heap.c is\nreal... |
[
{
"msg_contents": "The following lines are from readme file present in the \n\\src\\backend\\storage\\lmgr folder of postgresql\n\n\"If we are setting a table level lock\nBoth the blockId and tupleId (in an item pointer this is called\nthe position) are set to invalid, if it is a page level lock the\nblockId is... |
[
{
"msg_contents": "HI,\nTo identify the object locked , do we have to use the LockTag field of Lock \nstruct or can only\n lock->tag.relId, lock->tag.dbId, lock->tag.objId.blkno can be used?\nthanks\nJenny\n\n_________________________________________________________________\nSTOP MORE SPAM with the new MSN 8 a... |
[
{
"msg_contents": "\nThat is a very good guess. All the errors seem related to the parser.\n\n---------------------------------------------------------------------------\n\nRobert Creager wrote:\n-- Start of PGP signed section.\n> \n> Could the failures have something to do with bison level? 2003-02-01\n> wou... |
[
{
"msg_contents": "[ cc to hackers]\n\nIt certainly looks closer, particularly because the failure is s simple\ndomain constraint failure and not a more internal error.\n\nHave you tried moving ahead a few days to see if the bug was fixed in\nCVS?\n\n-------------------------------------------------------------... |
[
{
"msg_contents": "Hi all,\nsince long time ( in the mean time I did Postgres upgrade four time and\nnow I'm using 7.3.3 ) I'm having, at least once in a week, a signal 11 on\na backend, and how you can immagine with the subseguent drop of all\nconnections, finally now I have the core.\n\nThe process killed mad... |
[
{
"msg_contents": "Make clean fails on an up-to-date CVS (as of 2:40 PM CDT on Sunday).\n\nHere's the final part of the output:\n\nmake[2]: Leaving directory `/home/nolan/beta/pgsql/contrib/tablefunc'\nmake[2]: Entering directory `/home/nolan/beta/pgsql/contrib/tips'\nmake[2]: Nothing to be done for `clean'.\nm... |
[
{
"msg_contents": "Sorry if I didn't mention it before, but this was on FreeBSD.\n--\nMike Nolan\n",
"msg_date": "Sun, 27 Jul 2003 14:48:41 -0500 (CDT)",
"msg_from": "nolan@celery.tssi.com",
"msg_from_op": true,
"msg_subject": "make clean fails (more info)"
}
] |
[
{
"msg_contents": "More problems with the latest CVS on FreeBSD:\n\nmake[3]: Leaving directory `/home/nolan/beta/pgsql/contrib/spi'\n/bin/sh ./pg_regress --temp-install --top-builddir=../../.. --schedule=./paralle\nl_schedule --multibyte=SQL_ASCII\n============== removing existing temp installation =========... |
[
{
"msg_contents": "Hey Guys,\n\nI'm working on translating my system to use pg_sphere. The question I\nhave, which I think would make a good FAQ entry (or section is usage\nexample?), is that I have a C language trigger function. How do I use\nspoint (and other types) internal to that set of functions?\n\nNot... |
[
{
"msg_contents": "\nhi :>\n\ni wrote function to change array to setof record, because better is\nworking with tuples .\n\nhttp://www.psycho.pl/public/src/pgsql/array.tar.bz2\n\ni will very glade when you check this , because im afraid thed i make same\nmistakes .. (if its good ist could be added to contrib/ar... |
[
{
"msg_contents": "The following lines are from readme file present in the \n\\src\\backend\\storage\\lmgr folder of postgresql\n\n\"If we are setting a table level lock\nBoth the blockId and tupleId (in an item pointer this is called\nthe position) are set to invalid, if it is a page level lock the\nblockId is... |
[
{
"msg_contents": "I'm declaring victory and going home ;-). If anyone else would like\nto make a cleanup pass over the error message texts, be my guest.\n\n\t\t\tregards, tom lane\n",
"msg_date": "Sun, 27 Jul 2003 20:48:40 -0400",
"msg_from": "Tom Lane <tgl@sss.pgh.pa.us>",
"msg_from_op": true,
... |
[
{
"msg_contents": "Just saw these:\n\n#default_transaction_isolation = 'read committed'\n#default_transaction_read_only = false\n\nDoes the second option control the new read only transaction mode? I\nthought 'read only' was just a new level of transaction isolation (ie. one\nof the 4 sql standard ones), so wh... |
[
{
"msg_contents": "Just a slight nitpick, shouldn't this line:\n\n# - Previous Postgres Versions -\n\nBe this:\n\n# - Previous PostgreSQL Versions -\n\nChris\n\n",
"msg_date": "Mon, 28 Jul 2003 10:41:32 +0800",
"msg_from": "\"Christopher Kings-Lynne\" <chriskl@familyhealth.com.au>",
"msg_from_op": t... |
[
{
"msg_contents": "I cannot build the latest release on OS X Jaguar.\n\nAny ideas? Details below...\n\nRunning GCC 3.3 from Apple:\n\nhunter% gcc -v\nReading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs\nThread model: posix\ngcc version 3.3 20030304 (Apple Computer, Inc. build 1435)\n\nDid just a vanilla '.... |
[
{
"msg_contents": "It's showing the apache page.\n\nChris\n\n",
"msg_date": "Mon, 28 Jul 2003 14:49:02 +0800",
"msg_from": "\"Christopher Kings-Lynne\" <chriskl@familyhealth.com.au>",
"msg_from_op": true,
"msg_subject": "developer.postgresql.org is broken"
},
{
"msg_contents": "\nalready... |
[
{
"msg_contents": "I seem to be missing an equivalent of PQresultErrorField() that operates\non a PGconn object (like PQerrorMessage() does). This would be useful to\ndetect errors that occur outside of a statement execution.\n\n(One particular case I'm looking at is the message \"fe_sendauth: no\npassword sup... |
[
{
"msg_contents": "Should we create some user-friendly macros for the error field codes? I\nhave a feeling that PGXYZ_SQLSTATE may make for better code than just 'C'.\n\n-- \nPeter Eisentraut peter_e@gmx.net\n",
"msg_date": "Mon, 28 Jul 2003 09:46:39 +0200 (CEST)",
"msg_from": "Peter Eisentraut <pete... |
[
{
"msg_contents": "The SQL standard states\n\nAn implementation-defined completion condition shall be indicated by\nreturning an implementation-defined subclass in conjunction with one of\nthe classes successful completion, warning, or no data.\n\nIn other words, an info, notice, or warning must have a class 00... |
[
{
"msg_contents": "Has anyone thought of what will happen to the server_encoding parameter\nwhen the character set/encoding will be settable for individual columns\nand the concept of a global server encoding will go away? What will\nhappen to clients that make use of this parameter?\n\n-- \nPeter Eisentraut ... |
[
{
"msg_contents": "Presumably, the \"is_superuser\" parameter was intended to make the updating\nof psql's prompt more accurate when SET SESSION AUTHORIZATION is used.\nHowever, if the prompt is customized to include the user name (%n), then\nthe prompt changes to reflect the real superuser status, but does not... |
[
{
"msg_contents": "Hi,\n\nI was just wondering over it. This is for difference between vacuum full and \nvacuum analyze. Can somebody enlighten,\n\n1. IIRC vacuum recovers/reuses dead tuples generated from update but can not do \nso for delete? Why?\n\n2. Vacuum full locks entire table, is it possible that it l... |
[
{
"msg_contents": "In backend/commands/portalcmds.c we have\n\n /* FIXME: shouldn't this be an ERROR? */\n ereport(WARNING,\n (errcode(ERRCODE_UNDEFINED_CURSOR),\n errmsg(\"portal \\\"%s\\\" does not exist\", stmt->portalname)));\n\nThe effect of this is that you can... |
[
{
"msg_contents": "I'm currently fixing up ecpg for the new error codes. (ecpg was doing\nstring comparisons to detect certain failure conditions, which no longer\nworks, so this is a must-fix.) Many of the failure conditions that ecpg\ndetects explicitly can be mapped to SQLSTATE codes that are defined in th... |
[
{
"msg_contents": "My copy of SQL99 assigns\n\nmost specific type mismatch\t\t2200G\nnull value, no indicator parameter\t22002\n\nbut elog.h has it set up the other way around. Can someone clear this up\nfor me?\n\n-- \nPeter Eisentraut peter_e@gmx.net\n",
"msg_date": "Mon, 28 Jul 2003 16:12:16 +0200 (CE... |
[
{
"msg_contents": "The following lines are from readme file present in the \n\\src\\backend\\storage\\lmgr folder of postgresql\n\n\"If we are setting a table level lock\nBoth the blockId and tupleId (in an item pointer this is called\nthe position) are set to invalid, if it is a page level lock the\nblockId is... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.