threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "I just compiled up the current snapshot for a test under netbsd\n1.3.2/i386. Everything works except the followng:\n\nint8 .. failed <-- seems like large numbers show as negative\ngeometry .. failed <-- seems like roundoff differences\nunion .. failed <-- all differences have... |
[
{
"msg_contents": "I have come across a situation with 6.4 which has rendered at least some\nof my home made data types unusable. Specifically, the data type,\naccntnum, is a General Ledger account number type. (i.e. 9999-99\nformat) It is stored internally as an 4 byte integer; it is used\nexternally a... |
[
{
"msg_contents": "> Bruce Momjian\n> \n> Applied. Let's see if this fixes the pg_user problem.\n> \n\nI'm not sure the pg_user problem is related to the _ret/_RET\ntranslation but I have my fingers crossed for you.\n\nIt's strange but a week ago I seemed to have ALL the problems\nnow PostgreSQL works without ... |
[
{
"msg_contents": "I broke it, I'm guilty :-(. Here's the fix.\n\nIn view of recent discussions about eliminating the fixed limit\non tuple sizes, a better long-term solution would be to increase\nthe width of field size values from 2 bytes to 4 in the FE/BE\nprotocol. I suspect we will end up doing that some... |
[
{
"msg_contents": "I have found BSDI used %qd for long long, while gnulibc used %Ld. I\nhave changed HAVE_LONG_LONG_INT_64 to be HAVE_LONG_LONG_INT_64_Ld and\nadded HAVE_LONG_LONG_INT_64_qd, and added the proper changes.\n\n-- \nBruce Momjian | 830 Blythe Avenue\nmaillist@candle.pha.p... |
[
{
"msg_contents": "cidr/IP address type(Tom Helbekkmo)\nrewrite system(Jan)\nforeign key?(Vadim)\n\nchange pg args for platforms that don't support argv changes\n\t(setproctitle()?, sendmail hack?)\nfix problem when DEFAULT string for CHAR() is not same as column\nhave psql dump out rules text with new function... |
[
{
"msg_contents": "This one is done, isn't it?\n\n\timprove group handling\n\n-- \nBruce Momjian | 830 Blythe Avenue\nmaillist@candle.pha.pa.us | Drexel Hill, Pennsylvania 19026\n + If your life is a hard drive, | (610) 353-9879(w)\n + Christ can be your backup. ... |
[
{
"msg_contents": "Notice: I have mailed this (a bit different) message yesterday. I got no\nresponse and gathered that that might not be the correct forum. I hope this\nis.\n\nHi everybody,\n\nI started porting postgreSQL 6.3.2 to Windows NT. For that I use CygWin19B\nwith EGCS 1.1 and several seperate utiliti... |
[
{
"msg_contents": "\n>Should we be poking around in /usr/local by default? Comments?\n\nI would, since it is pretty much a standard place to put gnu, bsd and other extensions\nlike perl, bison, readline ... on non BSD or Linux systems.\n\n>> \n>> the stream functions on AIX need a size_t for addrlen's in fe-co... |
[
{
"msg_contents": "\nIn the following HTML page:\n\n http://www.postgresql.org/docs/user/typeconv.htm#AEN1886\n\nThe following text is displayed (second paragraph):\n\n In many cases a user will not need to understand the details of the\ntype conversion mechanism.\n However, the implicit conversions done ... |
[
{
"msg_contents": "\n>> Should we be poking around in /usr/local by default? Comments?\n\n>\tNo...unless someone can point me at a package that explicitly goes\n> out and looking /usr/local. I've yet to have a problem with any package\n> I've installed not being able to find libraries and include files that a... |
[
{
"msg_contents": "\nowner-pgsql-hackers-digest@hub.org said:\n> > the long long int printf format in int8.h is %lld on AIX\n> This is on my list. %lld will work with gcc also, so since we don't\n> have very many reported successful ports for int8, we should just\n> change it for now. \n\nTom,\n\nI tried the in... |
[
{
"msg_contents": "Hi,\n\nProblems running configure:\n\n1. Cannot find a template: cygwin32_nt, solved by copying generic to\ncygwin32_nt\n\n2. In the configure script I changed (see the \"if test\" statements)\n\n\tECHO_N_OUT=`echo -n \"\" | wc -c`\n\tECHO_C_OUT=`echo \"\\c\" | wc -c`\n\n\tif test \"$ECHO_N_O... |
[
{
"msg_contents": "Hi,\n\nI am experiencing missing header files. I am not suprised but I would like\nto have any missing header file. If I have them I could attempt to write\n/find them on my system. Can I access them throught the internet or is\nsomeone kind enought to send them to me on request (Hugo??)?\n\n... |
[
{
"msg_contents": "OK, I have a way to debug this.\n\nAdd to palloc and pfree a printf like:\n\n\tprintf(\"palloc: %d\\n\", mem);\n\tprintf(\"pfree : %d\\n\", mem);\n\nThe printf's should go after the memory is allocated in palloc, and\nbefore it is free'ed in pfree().\n\nand then run the backend and issue the ... |
[
{
"msg_contents": "Compiled with Makefile.custom:\n\n\n\n(gdb) where\n#0 0x80dacfc in nodeHandleViewRule (nodePtr=0x40af1ffc, rtable=0x40b8bff4,\n targetlist=0x40b3bff4, rt_index=1, modified=0xbfffbb90, sublevels_up=0)\n at rewriteManip.c:636\n#1 0x80dac8e in nodeHandleViewRule (nodePtr=0x40af9ff8, rtab... |
[
{
"msg_contents": "Oops! Here's the Makefile.custom:\n\nCFLAGS= -I$(SRCDIR)/include -I$(SRCDIR)/backend -O1 -g3\nLDFLAGS:=-lefence $(LDFLAGS)\n\n> -----Original Message-----\n> From: Taral [mailto:taral@mail.utexas.edu]\n> Sent: Thursday, September 10, 1998 3:00 PM\n> To: pgsql-hackers@hub.org\n> Subject: pg_us... |
[
{
"msg_contents": "(Resend - I sent it to pgsql-hackers@hub.org... wrong address?)\n\nCompiled with Makefile.custom:\n\nCFLAGS= -I$(SRCDIR)/include -I$(SRCDIR)/backend -O1 -g3\nLDFLAGS:=-lefence $(LDFLAGS)\n\n(gdb) where\n#0 0x80dacfc in nodeHandleViewRule (nodePtr=0x40af1ffc, rtable=0x40b8bff4,\n targetlis... |
[
{
"msg_contents": "Hi people,\n\nI'm using some c++ code to connect to a postgresql 6.3.2 database.\nI need to use this for a CGI application on a website we maintain.\nIt runs perfectly from the command line on my linux machine, and also\nfrom the command line on the BSDI machine we use for a virtually-hosted\... |
[
{
"msg_contents": "There's been a very recent change to include the OID in certain names\nin the system table. Do a \"select * from pg_amop;\" to see what I\nmean: the values for amopselect and amopnpages didn't have the OID\nappended before. Was this change intentional? If so, I'm really\ncurious as to why.... |
[
{
"msg_contents": "\n>There's been a very recent change to include the OID in certain names\n>in the system table. Do a \"select * from pg_amop;\" to see what I\n>mean: the values for amopselect and amopnpages didn't have the OID\n>appended before. Was this change intentional? If so, I'm really\n>curious as ... |
[
{
"msg_contents": "Hi, please apply following patches to rewrite/rewriteManip.c.\nThis seems to fix the \"pg_user problem.\" (I am not very familiar\nwith the rule/rewrite area, so my understanding may be wrong)\nThe original code sets varlevelsup even if the node is not\nvariable node. This assumption is not a... |
[
{
"msg_contents": "> Hi,\n> \n> I am experiencing missing header files. I am not suprised but \n> I would like\n> to have any missing header file. If I have them I could \n> attempt to write\n> /find them on my system. Can I access them throught the internet or is\n> someone kind enought to send them to me on r... |
[
{
"msg_contents": "The attached patches fix the following problems:\n\n1. The UnixWare tas macro was reformatted (by indent or it like?) which caused\n it to break. The asm macro construct is very particular about the %mem\n construct -- it has to start in column 1.\n\n2. When compiling libpq++, g++ wa... |
[
{
"msg_contents": "Hi Hugo,\n\nI succeeded in compiling postgres on Windows NT using EGCS 1.1 for CygWin32\nB19. Below are in short the things I had to do to get that done. Notice that\nI only had to modify 1 source file to get it done (c.h). Maybe even that was\nnot needed.\n\nTo get it running will take me so... |
[
{
"msg_contents": "Hi,\n\nCan anyone give me directions to a high level descriotion of postgres? Which\nexecutables and or scripts are there and what is their responsibility? What\nis a typical scenario of what postgres does? Wait on a port listening for a\nconnection, on request fork? Is there a readable (and... |
[
{
"msg_contents": "I have a couple minor issues regarding the 6.4 implementation of the\nSERIAL data type. I like the ease of using the serial data type and I\nsuspect it will be used frequently base on the number of inquiries over\nthe past months.\n\n1. Should the sequence created by the serial type decla... |
[
{
"msg_contents": "The pg_atoi() function uses strtol() to convert the string to numbers. Some \nimplementations of strtol() treat empty strings (\"\") as invalid arguments \nwhile others convert this (erroneously, IHMO) to zero (0). Assuming that the \nexpected behaviour of pg_atoi() is to return 0 if it is ... |
[
{
"msg_contents": "A few questions for new SERIAL data type:\n\no dropping a table including a serial data type does not drop the sequence\n corresponding to the table. This prevents re-creating the table.\n Do we have to remove the sequence by hand?\u0018\u0013\n\no explicit insertion to the serial column se... |
[
{
"msg_contents": "I have partially ported the PostgreSQL snapshot of September 9 to Irix\nand wanted to report the results to you so that you could enter the\ncorrections into the source tree. Please let me know if you want\nme to rerun or retest anything. Because of time constraints, I may not\nbe able to res... |
[
{
"msg_contents": "Hi,\n\nCan anyone else reproduce this problem?\n(Maybe a signal handling problem on S/Linux??)\n\nUsing the regression database...\n\nKeith.\n\n\nregression=> select * from person where age in (38,68);\nname |age|location\n-------+---+----------\nteresa | 38|(7.7,1.8)\nleah | 68|(0.6,3.37... |
[
{
"msg_contents": "Hi,\n\nI checked latest cvs and notice when I do 'vacuum analyze'\nI got:\n\nflats=> vacuum analyze;\nNOTICE: AbortTransaction and not in in-progress state \nNOTICE: AbortTransaction and not in in-progress state \n\n23:09[om]:~/mian/flats/sql>psql flats\nConnection to database 'flats' faile... |
[
{
"msg_contents": "Thomas A. Szybist <szybist@boxhill.com>\n> \n> In message <199809121356.OAA21197@mtcc.demon.co.uk>, Keith Parks writes:\n> > Hi,\n> > \n> > Can anyone else reproduce this problem?\n> > (Maybe a signal handling problem on S/Linux??)\n> > \n> > Using the regression database...\n> > \n> > Keith.... |
[
{
"msg_contents": "Here are some additional patches needed to get the UnixWare 7 C++ compiler to \nattempt to compile libpq++. The patches address the following problems:\n\n1. In my first pass at changing the libpq++ makefile, I forgot to include the\n PORTNAME in the Makefile.in file.\n\n2. The UnixWare... |
[
{
"msg_contents": "Hi there,\n\nI committed an awful sin. I killed psql while the backend was trying to\nbuild an index for me, a hash with text_ops. Could wait no longer.\nThe problem was that all values in the column it was indexing were \nidentical (got there by mistake). While the question why would it get ... |
[
{
"msg_contents": "The C++ library now builds by default on my Linux box (did it always?).\nAnyway, it is apparently not building a shared library, but goes ahead\nand tries to install it, resulting in a failure.\n\nIs anyone working on this? Could someone either fix it or disable it by\ndefault? I think scrapp... |
[
{
"msg_contents": "This query crashes the backend. pg_rules is a new system view:\n\n\tBEGIN WORK;\t\n\tDECLARE c_matches BINARY CURSOR FOR\n\tSELECT count(*)\n\tFROM pg_attrdef t1, pg_rules t2\n\tWHERE t1.adrelid = t2.oid\n\tEND WORK;\n\nPartial backtrace is below. It is crashing in the optimizer.\n\n-... |
[
{
"msg_contents": "OK,\n\nI have a current version of PostgreSQL running on my pc532 now.\n(It's a NS32K based machine. Somewhat of an antique really...)\n\nI had to apply the following diffs to get it to compile, but it\nthen passed the spinlock test, and most of the regression tests,\nincluding the int8 test... |
[
{
"msg_contents": "\nMorning...\n\n\tWell, as of 00:40EST, there is a BETA1 available at\nftp.postgresql.org:/pub/postgresql.v6.4-BETA1.tar.gz ...\n\n\tI've add a README-1ST file to the top level that is meant to\nprovide a listing of those operating systems that are supported, dated as\nto the last time it was... |
[
{
"msg_contents": "Is it possible to include just <name> as opt_portal_name as well? That is\ninstead of fetch in c I'd like to write fetch c. ECPG does allow this for\nOracle compatibility and I think it wouldn't be a bad idea for the backend\ntoo.\n\nMichael\n-- \nMichael Meskes\t\t\tmeskes@online-club.de, me... |
[
{
"msg_contents": "Okay, I just found the problem. When enabling 'fetch C' I get shift/reduce\nproblems. Tom, can we work around this, or do we have to be incompatible to\nOracle?\n\nMichael\n-- \nMichael Meskes\t\t\tmeskes@online-club.de, meskes@debian.org\nGo SF49ers! Go Rhein Fire!\tUse Debian GNU/Linux! \n"... |
[
{
"msg_contents": "My backlog is getting longer and longer. Could anyone please apply this to\nthe archive? Thanks a lot.\n\nMichael\n\n-- \nDr. Michael Meskes | Th.-Heuss-Str. 61, D-41812 Erkelenz | Go SF49ers!\nSenior-Consultant | business: Michael.Meskes@mummert.de | Go Rhein Fire!\nMummert+Partne... |
[
{
"msg_contents": "Jon Buller wrote:\n> \n> For some reason which I haven't figured out yet, it thinks the\n> following:\n> \n> template1=> select ('epoch'::datetime) as ZeroSecs;\n> zerosecs \n> ----------------------------\n> Fri Dec 31 18:00:00 1999 CST\n> (1 row)\n> \n> template1=> select... |
[
{
"msg_contents": " Hello,\n \n I was wondering if you guys managed to get in user-setable tuples > 8191 \n into the 6.4 beta so I could get a look at it.\n \n Thanks,\n Eddie\n abrams@philos.umass.edu\n",
"msg_date": "Mon, 14 Sep 1998 10:39:47 -0400 (EDT)",
"msg_from": "Integration <abrams@philos.umass... |
[
{
"msg_contents": "Do we have something similar to Oracle's describe command? That is an SQL\nstatement that outputs the table definition.\n\nMichael\n-- \nDr. Michael Meskes | Th.-Heuss-Str. 61, D-41812 Erkelenz | Go SF49ers!\nSenior-Consultant | business: Michael.Meskes@mummert.de | Go Rhein Fire!\... |
[
{
"msg_contents": "Are there any plans to add row level locking to Postgres? This is a\nperfect database for us, but row level locking (or even page level\nlocking) is beginning to become a need for us.\n\nThanks,\n\nBrian\n\n\n--\nCliniComp, Intl, Inc. (\"CCI\") does not authorize the use of E-\nmail messa... |
[
{
"msg_contents": "\nThe following tests failed:\n\nint8 .. failed\nfloat8 .. failed\nnumerology .. failed\ngeometry .. failed\ntinterval .. failed\nunion .. failed\nrun_ruletest .. failed\n\n\nThe output of checkresults is here:\n\nhttp://www.michvhf.com/~vev/postgres/regression.test.diffs \n\nSeeing as it's a... |
[
{
"msg_contents": "subscribe\n",
"msg_date": "Tue, 15 Sep 1998 05:48:03 +0200",
"msg_from": "\"Chandrashekar T S (MICO/PPI9)\" <Chandrashekar.TS@pcm.bosch.de>",
"msg_from_op": true,
"msg_subject": "None"
}
] |
[
{
"msg_contents": "subscribe\n\n",
"msg_date": "Tue, 15 Sep 1998 13:48:16 +0930",
"msg_from": "steveoc@iweb.net.au",
"msg_from_op": true,
"msg_subject": "subscribe"
}
] |
[
{
"msg_contents": "Hi all,\n\nPostgreSQL gives me a strange message when I try to create a table\nwith a NOT NULL column.\n\n\ndrop table prova;\nDROP\ncreate table prova(\n campo1 INTEGER\n );\nCREATE\n\ndrop table prova;\nDROP\ncreate table prova(\n campo1 INTEGER NOT NU... |
[
{
"msg_contents": "\n\nHmmm. I sent this yesterday and never saw it come back. Did it go \nthrough, is the list down or did I get bumped off the list?\n\n------\n\nThe following tests failed:\n\nint8 .. failed\nfloat8 .. failed\nnumerology .. failed\ngeometry .. failed\ntinterval .. failed\nunion .. failed\nr... |
[
{
"msg_contents": "\"select @1\" crashes the backend on my LinuxPPC box.\n\nin left_oper() line 785:\n\n\ttargetOid = func_select_candidate(1, &arg, candidates);\n\nHere returned targetOid is NULL and it seems this causes a\nsegfault later. Comments?\n--\nTatsuo Ishii\nt-ishii@sra.co.jp\n\n",
"msg_date": "T... |
[
{
"msg_contents": "I am experimenting to compile postgresql-snapshot [Sep 15 07:01] on BSD/OS 3.1\n\nconfigure however chooses the bsdi_4.0 template. (which uses different kind of \nshared libraries)\n\nUpon investigation, it turns out that there is template/.similar file that \n'helps' configure choose the pro... |
[
{
"msg_contents": "I have been wondering why the perl5 module is compiled using the \n\ncd perl5 && perl Makefile.PL\n\ncommand (in /var/src/local/pgsql/src/interfaces/Makefile)\n\nWhy perl and not perl5? :-)\n\nOn BSD/OS 'perl' is perl 4.0 and perl5 is separate binary. TO add to the \nconfustion, /usr/local/bi... |
[
{
"msg_contents": "Bruce Momjian <maillist@candle.pha.pa.us>\n\n> \n> This query crashes the backend. pg_rules is a new system view:\n> \n> \tBEGIN WORK;\t\n> \tDECLARE c_matches BINARY CURSOR FOR\n> \tSELECT count(*)\n> \tFROM pg_attrdef t1, pg_rules t2\n> \tWHERE t1.adrelid = t2.oid\n> \tEND WORK;\n> \... |
[
{
"msg_contents": "Bruce Momjian <maillist@candle.pha.pa.us>\n> \n> > Bruce Momjian <maillist@candle.pha.pa.us>\n> > \n> > > \n> > > This query crashes the backend. pg_rules is a new system view:\n> > > \n> > > \tBEGIN WORK;\t\n> > > \tDECLARE c_matches BINARY CURSOR FOR\n> > > \tSELECT count(*)\n> > > \tFROM... |
[
{
"msg_contents": "It fails to link against Tcl 8.0 (Linux 2.0.35, gcc-2.7.2.1):\n\ngcc -I../../include -I../../backend -I/usr/include/termcap -O2 -Wall -Wmissing-prototypes -I/usr/X11R6/include -I../../interfaces/libpgtcl -o pgtclsh pgtclAppInit.o \\\n -L../../interfaces/libpgtcl -lpgtcl -L../../interfaces... |
[
{
"msg_contents": "This works.\n CREATE TABLE x (a serial, b int);\nbut this doesn't.\n CREATE TABLE x (a serial PRIMARY KEY, b int);\n\nShould it?\n\n-- \nD'Arcy J.M. Cain <darcy@{druid|vex}.net> | Democracy is three wolves\nhttp://www.druid.net/darcy/ | and a sheep voting on\n+1 416 424 2... |
[
{
"msg_contents": "interesting that\nselect * from work_flats where (METRO_ID = 81 or METRO_ID = 82) and DISTRICT_ID < 11;\ncrashes backend\npqReadData() -- backend closed the channel unexpectedly.\n This probably means the backend terminated abnormally before or while processing the request.\nWe have l... |
[
{
"msg_contents": "As for the 'select @1' problem:\n\n785 targetOid = func_select_candidate(1, &arg,\ncandidates);\n786 tup = SearchSysCacheTuple(OPRNAME,\n787\nPointerGetDatum(op),\n788\nObjectIdGetDatum(InvalidOid),\n789\nObjectIdGetDatum(*targetOid),\n7... |
[
{
"msg_contents": "\n> > > > The odd (maybe not?) thing is that views appear to have\n> > > > a NULL oid for all tuples.\n> > > \n> > > This has always been the case. Views don't have oid.\n> > > \n> > \n> > OK, so we shouldn't be able to select a column called oid from\n> > any view?\n> \n> That's an interest... |
[
{
"msg_contents": "> > I guess it would be nice if views could show the original oid for all\n> > non join or single table views.\n> \n> \tIMHO, then the oid should be included as part of the view\n> definition itself...even on a join operation, having the OID might be\n> useful...consider a case where you have... |
[
{
"msg_contents": "The following is a patch to bring the geometry regression test in line\nwith current (1.3.2/i386) NetBSD output. I didn't see any differences\nfrom the current \"normal\" expectation that were other than roundoff\nerrors, so I think the differences are irrelevant.\n\nCheers,\nBrook\n\n======... |
[
{
"msg_contents": "I have finally resolved the differences in the union regression test.\nThe problem is that the test uses the float8 table as part of the\ntest, and this table turns out to be different among platforms because\nof different behavior with small numbers. Since the float8 part of\ntesting unions... |
[
{
"msg_contents": "Hi...\n\n \n\tI was thinking in a major rewrite of the PostrgreSQL transaction\nsystem, in order to provide less tuple overhead and recoverabilty.\n\n\tMy first goal is to reduce tuple overhead, getting rid of xmin/xman and\ncmin/cmax. To provide this functionality, I'm planning to keep only ... |
[
{
"msg_contents": "Hi all,\n\nSeems that ODBC driver have some problems while it translate Access\ncommands.\nI created a form with a subform joined by two columns.\n\nafter the Access Addnew event, log file returns the following error:\n-----------------------------------------------------------------------\nc... |
[
{
"msg_contents": "I am getting the following error when trying to build postgres under BSD/OS \n3.1 or 4.0.\n\ngmake[2]: Entering directory `/var/src/local/pgsql/src/backend/parser'\n/usr/bin/yacc -d gram.y\n/usr/bin/yacc: f - maximum table size exceeded\ngmake[2]: *** [parse.h] Error 2\ngmake[2]: Leaving dire... |
[
{
"msg_contents": "Sorry for sending those separately.\n\nThe current snapshot has the following error (under BSD/OS 3.1 and 4.0):\n\ngmake[3]: Entering directory `/var/src/local/pgsql/src/interfaces/ecpg/preproc'\ngcc2 -I../../../include -I../../../backend -O2 -m486 -pipe -I../include \n-DMAJOR_VERSION=2 -D... |
[
{
"msg_contents": "The query generated by \\df causes the backend to fail in oid8types.\n\nThe simplest illustration I found was:\n\n\tSELECT oid8types(proargtypes) FROM pg_proc;\n\nIt appears that oid8types() originally expected an array of pointers\nto oid8, but now it gets the base of an array of oid8. The ... |
[
{
"msg_contents": "The following syntax (which is legal under Oracle) does not parse under \nPostreSQL 6.3.2.\n\n update table1 set col1=(select col2 from table2 where col3='x') where col4='z';\n\nIs there a variant of the syntax which does work?\n\nCheers and thanks,\nStephen.\n\n==============================... |
[
{
"msg_contents": "I tried updating the ecpg docs. But I'm not sure it works as expected since\nI neither speak sgml, nor have sgml software on my notebook to test. So I\njust send out the patch.\n\nMichael\n\n-- \nDr. Michael Meskes | Th.-Heuss-Str. 61, D-41812 Erkelenz | Go SF49ers!\nSenior-Consultant ... |
[
{
"msg_contents": "\nHi, \nI just found an error in every postgres versions, \n(I tried 6.2.1, 6.3.2, and 6.4beta1 )\n\nif I have a table with boolean field, and I want to negate that field,\nit's kills the backend process... meanwhile 'select not ( 'T'::bool )'\nworks well...\n\ncreate table t1 ( b bool );\nin... |
[
{
"msg_contents": "Is there supposed to be a Makefile in src/pl/plpgsql? The INSTALL file\nsays to run make.\n\nThere is none.\n\nShould I have provides configure parameter?\n\n",
"msg_date": "Fri, 18 Sep 1998 10:44:33 -0400",
"msg_from": "David Hartwig <daveh@insightdist.com>",
"msg_from_op": tru... |
[
{
"msg_contents": "At the request of our lock guy, I have had to reverse out this patch. \nHe wants the locking to follow the current locking code in 6.4.\n\nHope you will be able to make that change and resubmit.\n\nThanks.\n\n> Applied.\n> \n> > OK,\n> > \n> > I have a current version of PostgreSQL running on... |
[
{
"msg_contents": "Tom,\n\nThe following came from the most recient snapshot. I know your away\nfor a few days. I will give it a look-see if I get time this weekend\n\n\nCREATE TABLE foo (\n id serial primary key,\n name varchar(32)\n);\nNOTICE: CREATE TABLE will create implicit sequence foo_... |
[
{
"msg_contents": "Sferacarta Software <sferac@bo.nettuno.it> writes:\n> ZV> create table t1 ( b bool );\n> ZV> insert into t1 values ( 'T' );\n> \n> ZV> select not b from t1;\n> \n> Wrong syntax.\n\nNot if he is trying to display the complement of a logical field\nrather than restrict a selection. And regardl... |
[
{
"msg_contents": "(gdb) set args template1\n(gdb) run\nStarting program: /home/taral/cvs/install/bin/postgres template1\n\n Electric Fence 2.0.5 Copyright (C) 1987-1995 Bruce Perens.\n\nPOSTGRES backend interactive interface\n$Revision: 1.89 $ $Date: 1998/09/01 04:32:13 $\n> select not b from t1\nblank\n ... |
[
{
"msg_contents": "Hi everybody,\n\nA report of my attempts after my holiday.\n\n1. Configure\n\nConfigure needed a little change in the detection of the way echo handles\nen-of-line.\n\n2. Make\n\nPostgres compiles and links with EGCS 1.1 for CygWin B19 with some tools\nfrom Andy Piper and a IPC library by Lud... |
[
{
"msg_contents": "Hmm, I start wondering if my email goes through or not. So I send the\nremaining patches to this list instead of the hackers list so I can check\nwhether I get them back. I have the feeling some of my mail simply doesn't\nmake it through. Could that be? Do we have to send email from the subsc... |
[
{
"msg_contents": "The regression tests are starting to look pretty good. Aside\nfrom the usual minor discrepancies in math error message wording\n&etc, I see only two things that look wrong.\n\nFirst, the \"tinterval\" test is giving differently sorted results\nthan the regression test expects for two queries... |
[
{
"msg_contents": "At this point the Irix port is nearly complete. There are two problems\nthat remain. \n\nFirst, the snprintf function does not process the %lld format\ncorrectly. Frankly, there is no reason to use it in\nsrc/backend/utils/adt/int8.c because there is not chance of exceeding\nthe supplied buff... |
[
{
"msg_contents": "The following failures in the regression tests have started appearing in the \nlast couple of days in the sanity_check test:\n\n====== sanity_check ======\n1a2,3\n> NOTICE: AbortTransaction and not in in-progress state \n> NOTICE: AbortTransaction and not in in-progress state \n6,32c8,9... |
[
{
"msg_contents": "Is this an error on my part or is there a bug in the CREATE TRIGGER\ncode?\n\ndarcy=> CREATE FUNCTION function_dead(int)\ndarcy-> RETURNS int \ndarcy-> AS 'UPDATE bid SET live = \\'f\\' WHERE item_id = $1; \ndarcy'> SELECT 1 AS ignore_this'\ndarcy-> LANGUAGE 'sql';\n... |
[
{
"msg_contents": "Hi,\nI can still easily crash the backend when calling auswertung.sh\nafter loading the database foo with foo.dmp.\n\nI'm using FreeBSD-current and PostgreSQL-current.\n\nCan anyone reproduce the crash?\n\nBye!\n----\nMichael Reifenberger\nPlaut Software GmbH, R/3 Basis",
"msg_date": "Sun... |
[
{
"msg_contents": "Somebody pleeeeease respond. I get everything to compile, I initialize the\ndatabase, start the postmaster, try to create a database, and get this:\n\nERROR: parser: parse error at or near \"create\"\ncreatedb: database creation failed on ans.\n\nSomebody had the exact same problem with NetB... |
[
{
"msg_contents": "Hi,\nI can easily crash the backend of current- postgres on current- FreeBSD with\nloading a database with test.sql and test.dmp an executing the script x.sql.\nAnyone else?\n\nBye!\n----\nMichael Reifenberger\nPlaut Software GmbH, R/3 Basis",
"msg_date": "Sun, 20 Sep 1998 20:50:59 +0200 ... |
[
{
"msg_contents": "Bruce Momjian <maillist@candle.pha.pa.us> writes:\n> Tom Lane wrote:\n>> BTW, I bumped the package version number from 1.2 to 1.3. Is this\n>> premature? Does someone run around and do that routinely before\n>> each pgsql release?\n\n> What verison numbers? I didn't know we had any version... |
[
{
"msg_contents": "Possible additions\n------------------\ncidr/IP address type(Tom Helbekkmo)\nrewrite system(Jan)\nforeign key?(Vadim)\n\nSerious Bugs\n------------\nchange pg args for platforms that don't support argv changes\n\t(setproctitle()?, sendmail hack?)\npg_user dumps core on some platforms\nhave ps... |
[
{
"msg_contents": "Bruce,\n\nafter sending you email I made an experiment to verify if locale\nsettings effect to failures of some regression tests.\nI did a clean recompilation of latest cvs with --enable-locale option.\nFirst time I run regression test strictly follow instructions in\nINSTALL document. Almost... |
[
{
"msg_contents": "\\df command of psql crashes the backend.\n\n(\\df generates following query)\n\nSELECT t.typname as result, p.proname as function,\nsubstr(oid8types(p.proargtypes),1,14) as arguments,\nsubstr(obj_description(p.oid),1,34) as description FROM pg_proc p,\npg_type t WHERE p.prorettype = t.oid an... |
[
{
"msg_contents": "I don't know if this is the correct place to post\nthis message or if the bug in question has already\nbeen fixed but the following query crashed the \nbackend. Note however, that when there is only one\nconstant in the IN () list, the query works:\n\nflock error for /tmp/.s.PGSQL.5432\ndebu... |
[
{
"msg_contents": "> Ok. I've already sent perl-script generated test table.\n> Here are sql commands:\n> \n> drop table t0;\n> create table t0 ( a_id int4 NOT NULL, a varchar(10), a_t1_id int4, a_t2_id int4);\n> create index a_id_t0 on t0 (a_id);\n> create index a_t1_id_t0 on t0 (a_t1_id);\n> create index a_t2... |
[
{
"msg_contents": "> > No one has told me the diffence between:\n> > \n> > \tint **var \n> > \n> > and\n> > \n> > \tint (*var)[]\n> > \n> > but that was the fix.\n> \n> If anyone does - please let me know! I thought the two were\n> equivalent.\n\nSomehow different. It may be the difference between a pointer to... |
[
{
"msg_contents": "I've been using transactions fairly heavily as a means of ensuring that\na group of related updates would look atomic to other processes watching\nthe database. For some reason I'd never thought twice about the\nimplications of a transaction block for error recovery. But they're\nthere, and... |
[
{
"msg_contents": "unsibscribe pgsql-hackers\n",
"msg_date": "Mon, 21 Sep 1998 10:04:08 -0500",
"msg_from": "jkraai <jkraai@murl.com>",
"msg_from_op": true,
"msg_subject": "None"
}
] |
[
{
"msg_contents": "unsubscribe pgsql-hackers\n",
"msg_date": "Mon, 21 Sep 1998 10:06:14 -0500",
"msg_from": "jkraai <jkraai@murl.com>",
"msg_from_op": true,
"msg_subject": "None"
}
] |
[
{
"msg_contents": "> \n> Also, I checked through the example given by the Russian contributor:\n> \n> create table t0 (a_id int4 not null, a varchar, a_t1_id int4);\n> insert into t0 values (1, 'at0', 0);\n> insert into t0 values (2, 'at0', 0);\n> create index a_id_t0 on t0 (a_id);\n> create index a_t... |
[
{
"msg_contents": "Hi All,\nI've changed the check_primary_key() function code to allow for either\nthe \"automatic insert key rule\" or \"dependent insert key rule\".\nPreviously it restricted the addtion of a child entry if the\ncorresponding parent entry was not there. Now if the option is\n\"automatic\" it ... |
[
{
"msg_contents": "By the way, what are all the regress.* and regression.* files in the\nsnapshot test/regress directory?\n\nShould they really be there? Are they in the CVS tree?\n\nCheers,\nBrook\n",
"msg_date": "Mon, 21 Sep 1998 14:42:35 -0600 (MDT)",
"msg_from": "Brook Milligan <brook@trillium.NMSU... |
[
{
"msg_contents": "I do not know if this is the correct place to post this\nmessage but here goes...\nI read the previous postings regarding the query \noptimizer crashing with regards to ANDS and ORS and \napparently it is this same code which will crash the\nfollowing query:\n\nselect supply, location, chgdat... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.