threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "\nIs the CVS server down at the moment?\n\nI've just tried to get a latest source set down, and are getting:\n\n[peter@maidast pgsql]$ cvs update\nFatal error, aborting.\n: no such user\n\nAlso, lately it's been taking hours (literally) for a fresh update to\noccur, with the connection timing... |
[
{
"msg_contents": "I got error message trying connect to cvs.\n\nFatal error, aborting.\n: no such user\n\n\tOleg\n\n_____________________________________________________________\nOleg Bartunov, sci.researcher, hostmaster of AstroNet,\nSternberg Astronomical Institute, Moscow University (Russia)\nInternet: oleg... |
[
{
"msg_contents": "Thus spake Paul A Vixie\n> if someone wants to be able to represent a host address and a netmask,\n> then may i suggest that they use the same type, except they'll have to\n> use two of them, one for the host address and one for the netmask. in\n> this case the prefix length would like to be... |
[
{
"msg_contents": "It's been quite some time since it was necessary to run the postmaster\nwith a specific TZ setting in order to do the regression tests. I see\nthat the instructions to change TZ have been removed from install.sgml\n(though not yet from the text INSTALL file). But the instructions still\ntel... |
[
{
"msg_contents": "I just finished a major bout of makefile hacking. We have seven or\nso different makefiles that try to produce shared libraries, and only\ntwo of them (libpq and libpgtcl) have been really properly maintained\nover the last couple of months. I fixed the recently introduced \noverwrite-libra... |
[
{
"msg_contents": "Hi,\n\n PL/pgSQL is still enabled in the default build. I think it\n would be good to have the same semantics for\n\n gram.c\n y.tab.h\n scan.c\n\n as we have them in backend/parser (don't remove them on make\n clean and ship ready to compile versions in ... |
[
{
"msg_contents": "Outch,\n\njust got the following on the 6.4b2:\n\npgsql=> create table t1 (a int4, b date);\nCREATE\npgsql=> insert into t1 values (1, 'now');\nINSERT 18282 1\npgsql=> update t1 set b = NULL where a = 1;\npqReadData() -- backend closed the channel unexpectedly.\n This probably means th... |
[
{
"msg_contents": "\nTwo seperate questions..\n\n1) Is there any reason why I can't create a unique index on an int8?\n\n It tells me this: \n ERROR: Can't find a default operator class for type 20.\n\n\n2) Are there any more changes expected in the code for libpq?\n\nVince.\n-- \n========================... |
[
{
"msg_contents": "\nOn 19-Oct-98 Tom Lane wrote:\n> Vince Vielhaber <vev@michvhf.com> writes:\n>>> Why do you care, exactly?\n> \n>> I'm doing the libpq and psql ports for OS/2. \n> \n> Ah. In that case, pleased to meetcha. I guess you can either wait till\n> 6.4 formal release (maybe another couple weeks?)... |
[
{
"msg_contents": "> I want to confirm about OFFSET.\n> (Sorry. There are so many mails for me to check that I can't follow \n> what(where) it is now.)\n> \n> I think OFFSET was the offset for indices when \n> \n> \tSELECT *\n> \tFROM tab\n> \tWHERE col1 < some_unknown_value\n> \tORDER BY col1\n> \tUSING INDEX ... |
[
{
"msg_contents": "Hi,\n\nI just tried to compile Sundays snapshot. I get this error:\n\nistrat.c 496: [error]: 2324 Undefined: 'F_OIDEQ'\n\nI greped through the includes, however I couldn't find a definition\nfor it. Did I download a \"work in progress\" snapshot?\n\nOr might it already be fixed in Mond... |
[
{
"msg_contents": "> -----Original Message-----\n> From: Jan Wieck [mailto:jwieck@debis.com]\n> Sent: Friday, October 16, 1998 5:21 PM\n> To: Hiroshi Inoue\n> Cc: maillist@candle.pha.pa.us; jwieck@debis.com\n> Subject: Re: [HACKERS] What about LIMIT in SELECT ?\n> \n> \n> Hiroshi Inoue wrote:\n> \n> > In the fo... |
[
{
"msg_contents": "\n> Bruce Momjian <maillist@candle.pha.pa.us> writes:\n> > What if someone wants the rows from 500 to the end. Should we allow\n> > the syntax to be:\n> > SELECT ... [LIMIT count] [OFFSET offset]\n> > LIMIT and OFFSET are independent.\n> \n> I like that syntax the best, but remember... |
[
{
"msg_contents": "============================================================================\n POSTGRESQL BUG REPORT TEMPLATE\n============================================================================\n\nYour name: Jose' Soares\nYour email address:sferac@bo.nettuno.it\n\n\nSystem Configuration\n----------... |
[
{
"msg_contents": "Hello all,\n\nI have a table SP with a primary key SNO,\nI'm trying if v6.4beta2 uses indexes\nbut seems it uses indexes only with '=' operator:\n\nprova=> explain select * from sp where sno = 'S1';\nNOTICE: QUERY PLAN:\nIndex Scan using sp_pkey on sp (cost=0.00 size=0 width=28)\nEXPLAIN\n\... |
[
{
"msg_contents": "Hello!!!\n\nThis is a test. Sorry.\n\n-- \nThanx for paying your attention.\n\nAlexey.\nE-Mail: alexey@ukrcom.sumy.ua\n*---={ A tout le monde }=---*\n",
"msg_date": "Mon, 19 Oct 1998 14:13:32 +0300 (EET DST)",
"msg_from": "Alexey Ugnichev <alexey@acc.ukrcom.net.ua>",
"msg_from_op"... |
[
{
"msg_contents": "Hi all,\n\nDoes anyone know if there are plans to upgrade the \nCOPY command so it spits back some intelligent results\nwhen it finishes. At the present time if it finds a bad\nrow or a non-unique key set, it simply quits out with a\nstatement:\n\n\t\"resetting connection\"\n\nWhich is not ve... |
[
{
"msg_contents": "Hi all,\n\nI created a table and a view on my database:\n\nCREATE TABLE prova (bp bpchar);\nCREATE VIEW wprova AS SELECT * FROM prova;\n\n\nIf I unload it using pg_dump I have this:\n\nCREATE TABLE \"prova\" (\"bp\" char(-5));\nCREATE TABLE \"wprova\" (\"bp\" char(-5));\nCOPY \"prova\" FROM s... |
[
{
"msg_contents": "> I tried to make sense of your message about the need for \"gcc -E -\"\n> in the autoconfigure results, but I couldn't get it to work.\n\nv6.4 will do the right thing if cpp is missing, and will use\n gcc -E -\ninstead.\n\nDo a \"find\" through the Makefiles and replace \"cpp\" with \"gcc -... |
[
{
"msg_contents": "FYI...\n\n> At http://nwalsh.com/docbook/dsssl/\n> \n> Version 1.19 includes support for several new languages, reworked\n> language support, and a number of enhancements/bug fixes. See\n> the ChangeLogs (http://nwalsh.com/docbook/dsssl/doc/) for more\n> info.\n\n - Tom\n... |
[
{
"msg_contents": "Hi,\n\nI already asked in this mailing list but no comments yet :-)\nSomething wrong with cvs or it's my local problem ?\n\nmira:~/cvs$ cvs -z9 update pgsql\nFatal error, aborting.\n: no such user\nmira:~/cvs$ \n\n\n\tOleg\n\n_____________________________________________________________\nOleg... |
[
{
"msg_contents": "\n> \n> Hi,\n> \n> I already asked in this mailing list but no comments yet :-)\n> Something wrong with cvs or it's my local problem ?\n> \n> mira:~/cvs$ cvs -z9 update pgsql\n> Fatal error, aborting.\n> : no such user\n> mira:~/cvs$ \n\nI get the same thing here but look in the truss output.... |
[
{
"msg_contents": "I was hoping someone could shed some light on the \nfollowing problem:\n\nThe subselect under 6.4 ignores indexes built on \ntables. For example, consider the following two\ntables:\n\n\\d sales;\n\nTable = sales\n\nsupplysource varchar() not null 16\nsupply varchar() not null ... |
[
{
"msg_contents": "> \n> \tWith the talk of PostgresSQL as a DB engine for\n> 4.0 you will need to fetch a snapshot not a release\n> AND install BISON before you start the build.\n> \n> \tThe official release does not know about\n> BSD/OS 4.0 yet. A snapshot from 10-18-1998 does \n> know about 4.0 and does buil... |
[
{
"msg_contents": "Ahem:\n\nC:\\>type x\nBEGIN AUTH REQUEST\n /usr/local/cvsroot\n anoncvs\n A:0Z,I dZq\n END AUTH REQUEST\n\nC:\\>nc postgresql.org 2401 < x\nI LOVE ... |
[
{
"msg_contents": "I have seen other postings about Y2K compliance of postgres but no answers. Can anyone tell me how\ncompliant Postgres is?\nThanks!\n---------\nChris Williams\nSterling Software\nRome, New York\nPhone: (315) 336-0500\nEmail: chris_d_williams@sterling.com\n\n",
"msg_date": "Mon, 19 Oct 19... |
[
{
"msg_contents": "\nMorning...\n\n\tYes, there is a problem with CVS that I hope to have fixed by the\nend of today, if all goes well.\n\n\tDue to various requirements, I *have* to upgrade the OS on Hub,\nand for some stupid reason, the version of CVS that does the anoncvs stuff\nwon't read the FreeBSD CVS rep... |
[
{
"msg_contents": "Hi all,\n\nI'm trying v6.4beta2 via ODBC-Access.\n\nI have the following table:\n\nCREATE TABLE attivita (\n azienda CHAR(11) NOT NULL,\n attivita CHAR(03) NOT NULL,\n specifica CHAR(02),\n cod_alternativo CHAR(1... |
[
{
"msg_contents": "Hi,\n\n while writing some documentation for the rule system I found\n this little bug. Causes crashing backend.\n\n Please apply.\n\n\nJan\n\n--\n\n#======================================================================#\n# It's easier to get forgiveness for being wrong than for be... |
[
{
"msg_contents": "I assume this item is done:\n\n\tfix perl/tcl compile/library issues\n\n---------------------------------------------------------------------------\n\nAdditions\n---------\nnew functoins and test INET address type(Tom Helbekkmo,D'Arcy)\nCREATE TABLE test (x text, s serial) fails if no databas... |
[
{
"msg_contents": "Has anyone tested pg_upgrade?\n\n-- \n Bruce Momjian | http://www.op.net/~candle\n maillist@candle.pha.pa.us | (610) 853-3000\n + If your life is a hard drive, | 830 Blythe Avenue\n + Christ can be your backup. | Drexel Hill, Pennsylvania... |
[
{
"msg_contents": "as most of you know by now, jon postel, the original IANA, died last week.\ni'm sorry that i've been so flakey in my correspondance here but it's been\na rough time for those of us who knew him and/or who were helping him turn\nIANA into a new nonprofit corporation called ICANN. see http://w... |
[
{
"msg_contents": "Hi. I had ftp'd in all the files for the new ODBC code in the main\nPostgres tree. I forgot to change the protection on the derived\nodbc/configure file, so it is checked in without execute permission.\n\nDo you have any experience fixing this kind of problem? Simply checking\nin a new versio... |
[
{
"msg_contents": "Ok, I have posted the patches for the inet type functions and Bruce has\napplied it. The functions added are inet_netmask(), inet_broadcast() and\ninet_masklen(). The other ones I mentioned before don't apply to\nthis type.\n\nNext issue is the names given to the functions in the user API. ... |
[
{
"msg_contents": "I've posted a tarball of the new standalone psqlODBC code at\n\n ftp://postgresql.org/pub/patches/psqlodbc-025-6.4beta.tar.gz\n\nalong with a tarball of the html Programmer's Guide which contains a\nchapter on installation and usage instructions for psqlODBC. The docs\ninclude updates from G... |
[
{
"msg_contents": "I have recieved the files from D'Arcy for new INET and CIDR types. INET\nis use for hosts, while CIDR for networks. No duplicate code. CIDR\nbehaves the same as INET, except for a different input function. The\nsystem catalogs take care of the mapping of CIDR to INET functions.\n\nIt will... |
[
{
"msg_contents": "Just a clarification. I am not changing the system columns, just adding\nrows to certain system tables. If you don't use the INET/CIDR type, and\ndon't want to run the regression test, you should be fine, even if you\ndon't initdb.\n\n-- \n Bruce Momjian | http://ww... |
[
{
"msg_contents": "Hope this is the last one,\n\n Bruce, please apply.\n\n The patch does 2 things:\n\n Fixes a bug in the rule system that caused a crashing\n backend when a join-view with calculated column is used\n in subselect.\n\n Modifies EXPLAIN to explain rewritt... |
[
{
"msg_contents": "Hi,\n\n while writing the chapter about Rules and permissions I\n remember that there was a problem with non privileged users.\n As soon as someone without superuser privs does a GRANT or\n REVOKE on his relations, he must GRANT explicitly to himself\n too or will ... |
[
{
"msg_contents": "> It's been quite some time since it was necessary to run the postmaster\n> with a specific TZ setting in order to do the regression tests. I see\n> that the instructions to change TZ have been removed from install.sgml\n> (though not yet from the text INSTALL file). But the instructions\n>... |
[
{
"msg_contents": "\nOn Friday morning, I'm going to be tagging the PostgreSQL source tree as\nSTABLE-6_4, and will be creating a new BETA tar ball. \n\nNormal development will be able to continue, while we will be able to\nmaintain/fix any bugs from those testing the BETA.\n\nOn November 1st, I will be taggin... |
[
{
"msg_contents": "I see there are at least other two options for SET/SHOW/RESET commands:\n- KSQO\n- QUERY_LIMIT\n\nI would to underline the help is not updated about KSQO:\n\nhygea=> \\h show\nCommand: show\nDescription: show current run-time environment\nSyntax:\n SHOW DateStyle|GEQO|R_PLANS|QUERY_LIM... |
[
{
"msg_contents": "Hi all,\n\nI see now \\d shows indexes, I tried to display index structure but it\nshow the wrong\nlength of fields:\n\nTable = figure\n+----------------------------------+----------------------------------+-------+\n| Field | Type |\n... |
[
{
"msg_contents": "Hello, I'm trying to use microseconds in a field time:\nsiranau=> create table toto ( a time );\nCREATE\nsiranau=> insert into toto values ('00:10:45.56');\nINSERT 61641 1\nsiranau=> select * from toto;\na \n--------\n00:10:45\n(1 row)\n\nAs you can see, I cannot get the microseconds va... |
[
{
"msg_contents": "How do You do !\n\nI use FreeBSD 3.0 and gmake all your postgresql-2.4 get error\n\nThank you help me !!\n\nMessage in bottom.\n-- \n\n Name: RongGui �ٹ�\n---/\\--------------------------------------------------------------\n--/ \\----- E-mail: ronggui@126.com --------------------... |
[
{
"msg_contents": "auth 3a8af432 subscribe pgsql-hackers Robert.Adam.II@uno.edu\n",
"msg_date": "Thu, 22 Oct 1998 11:39:51 -0500",
"msg_from": "\"Robert M. Adam, II\" <Robert.Adam.II@uno.edu>",
"msg_from_op": true,
"msg_subject": "Subscribe verify"
}
] |
[
{
"msg_contents": "Hello,\n\nI am looking for a database system where it is not too\ncomplicate to integrate some special locking mechanisms\nand I am considering Postgres as an candidate.\nI have seen that up to now, Postgres uses relation level\nlocking.\nTo get a rough estimate of how long the integration of... |
[
{
"msg_contents": "> I am sorry to bother you with another compliance question (I am sure\n> you get many), but could you direct\n> me to were I can obtain a Y2K compliance statement regarding \n> Postgres95 v6.3.2 for a Sparc/Solaris platform?\n> I need to provide this document to my systems administration tea... |
[
{
"msg_contents": "Hi,\n\n there seems to be a problem with the relation statistics in\n pg_class. Could someone explain why this happens?\n\n doc=> vacuum;\n VACUUM\n doc=> select relname, relpages, reltuples from pg_class\n doc-> where relname = 'doc_wordref';\n reln... |
[
{
"msg_contents": "What's the deadline for enhancements to the Python interface to make it \ninto the 6.4 release?\n\n\t-Michael Robinson\n\n",
"msg_date": "Fri, 23 Oct 1998 10:39:08 +0800 (GMT)",
"msg_from": "Michael Robinson <robinson@public.bta.net.cn>",
"msg_from_op": true,
"msg_subject": "6... |
[
{
"msg_contents": "(From John Sharp, trying a Solaris installation of standalone psqlODBC)\n\n> There are significant problems in this psqlodbc installation. Since I\n> already have a successful installation of iodbc-2.12|psqlodbc.0249, I\n> haven't pursued the new installation to a sucessful conclusion yet.\n... |
[
{
"msg_contents": "\nHello,\n\nLet me start by congratulating everyone involved in the Postgresql project for a job well done. I have thoroughly researched the bug in 6.3.2 with the ODBC ORDER BY as well as the patch supplied by insight for the backend. With the help of the debug information provided by anoth... |
[
{
"msg_contents": "Hi there,\n\nHere is the proper diff -c patch file for the previously mentionned patch :\n\n*** junkfilter_patch.txt\tFri Oct 23 10:26:14 1998\n--- patch-fm\tThu Oct 22 09:17:34 1998\n***************\n*** 29,35 ****\n \t\tJunkFilter *j = (JunkFilter *) ExecInitJunkFilter(targetList);\n ... |
[
{
"msg_contents": "I just finished profiling an application that does a lot of SELECTs from\na Postgres database. I expected to find that parsing and conversion of\nthe data would be a big chunk of its runtime; I was thinking about\nconverting from plain ASCII SELECTs to binary cursor FETCHes, and wanted\nto s... |
[
{
"msg_contents": "Attached is the up-to-date 6.4 features list.\n\nI will keep this up-to-date, until the final release.\n\n\n---------------------------------------------------------------------------\n\n\nCHANGES IN THE 6.4 RELEASE\n--------------------------\n\nBug Fixes\n---------\nFix for a tiny memory le... |
[
{
"msg_contents": "I have come across a problem where the code generated by autoconf does not \nsubsitute correct values for the following variables:\n\n\tbindir\t\tsbindir\t\tlibexecdir\n\tdatadir\t\tsysconfdir\tsharedstatedir\n\tlocalstatedir\tlibdir\t\tincludedir\n\toldincludedir\tinfodir\t\tmandir\n\nThe pr... |
[
{
"msg_contents": "Thus spake Bruce Momjian\n> > I didn't notice anything about primary keys. Not sure if you want\n> > to mention it since it is incomplete but it is an enhancement over\n> > 6.3. I just sent docs to Tom explaining how to utilize it as is.\n> \n> I don't know anything about it. Give me a one... |
[
{
"msg_contents": "Hi\n\nI posted this message a few days ago on pgsql-admin, alas until now i\nhave not got an answer.\nI cheked the Logs .. and tried to make as mutch sense out of them as\npossible..\n\nA few errors where easy to figure out. a few others are harder.\n\nI guess the illegal value gets put in th... |
[
{
"msg_contents": "I wanted to preserve table ownerships and access permissions in my\ndatabase, so I tried using pg_upgrade with a script made by\n\"pg_dumpall -s -z\", rather than just \"pg_dumpall -s\" as suggested\nin the man page.\n\nDidn't work. It *would've* worked, except that pg_dumpall tries to\nrelo... |
[
{
"msg_contents": "Brook Milligan wrote:\n> \n> The normal usage is fine for things like Makefiles that know about\n> environment variables and do their own expansion (i.e., the vast\n> majority of the usage of these variables). In this one instance we\n> are constructing *.sql files that can't expand environm... |
[
{
"msg_contents": "I guess it's too late for 6.4 so hopefully there is already a way to\nfind out whether a field was declared as a serial type. Am I stuck\nusing some sort of index name hack?\n\n-- \nD'Arcy J.M. Cain <darcy@{druid|vex}.net> | Democracy is three wolves\nhttp://www.druid.net/darcy/ ... |
[
{
"msg_contents": "> My stuff is all in, as of yesterday. (BTW, I assume it's sufficient \n> to fix install.sgml, and that the text INSTALL file will be built from \n> that?)\n\nYes. And I'm going through install.sgml at this moment to freshen it up.\nI'll commit changes in the next few minutes, and it would b... |
[
{
"msg_contents": "> I think you messed up a change I had made: the version of install.sgml\n> I committed yesterday had the steps:\n> ...\n> initdb\n> check permissions\n> start postmaster\n> run regression test\n> <substeps>\n> arrange for postma... |
[
{
"msg_contents": "Hi All,\n\nLooks fine here, although we did change from BST to GMT last night!!\n\nIn general PostgreSQL on S/Linux is looking good.\n\nI'm running kernel 2.0.35 on a mainly Redhat 4.2 system.\n\nThe only regression failures are float8 and geometry, due\nto the usual FP rounding/precision dif... |
[
{
"msg_contents": "Anyone else notice that the datetime regression test is barfing today?\nFor example,\n\nSELECT ('today'::datetime = ('tomorrow'::datetime - '1 day'::timespan));\n\nis returning FALSE instead of the expected TRUE. I thought I'd broken\nsomething in my installation, but further investigation t... |
[
{
"msg_contents": "\nA few things:\n\nSome of the index links on the website are broken. They simply show a\ndirectory listing (Third Party is an example).\n\nAlso, I'm getting emails saying my website is down. I checked the web\nsite, and found that my old domain details are back.\n\nCan someone change them pl... |
[
{
"msg_contents": "Hi,\n\nI think we need to add this to INSTALL file after setting\nenvironmnet variable TZ.\n\n'If you compile Postgres with --enable-locale option \n set locale environment to C (or unset all LC_* variables)\n before starting postmaster.'\n\nSeveral regression tests could failed if user's loc... |
[
{
"msg_contents": "Hi,\n\nPostgreSQL 6.3.2 was built for Windows\nwith MS VC++ 5.0 and is downloadable from\n\nhttp://www.wipro.com/uwin/ported.html\n\nIt works under UWIN shell developed by \nD. Korn with AT&T research.\nPlease let me know if there is any interest\nin this port. We can probably add a new confi... |
[
{
"msg_contents": "\nHi all,\n\nAfter a postmaster crash during the vacuum operation, I was unable\nto use my database. I always get the following messages whenever I\ntry to use my database:\n\n LockRelease: locktable lookup failed, no lock\n LockRelease: find xid, table corrupted\n\nIs there a way to get ... |
[
{
"msg_contents": "> >_ FreeBSD 2.2.x-3.x\n> >_ NetBSD 1.3\n> >_ HPUX 9.x\n> >_ HPUX 10.20\n\nHi Stan. I have a recent report of success on NetBSD-1.3.2/x86; don't\nknow which CPU or OS rev you are running and I still need reports for\nNS32532, Sparc, and VAX variants. Also, the HPUX ones have one report\ne... |
[
{
"msg_contents": "> > _ DGUX 5.4R4.11 m88k\n> Dude, I just lost my DGUX box, so I will no longer be able to verify\n> DGUX ports. Sorry.\n\nOK, thanks for letting me know. You still running Postgres? Especially\non other exotic platforms? Always fishing for new ones... :)\n\nAnyone else out there running DGU... |
[
{
"msg_contents": "> > x Windows NT\n\n> How should I list WindowsNT? I have \"mostly working, check \n> web site for\n> patches\" at the moment, but I don't know if we have more info \n> available\n> now.\nYes, it is really \"mostly working ...\" (no dynamic loaded code yet, some\nother unsuccessful regressio... |
[
{
"msg_contents": "\nAny objections to my putting out a BETA3 late tomorrow afternoon? \n\nMarc G. Fournier \nSystems Administrator @ hub.org \nprimary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org \n\n",
"msg_date": "Mon, 26 Oct 1998 23:10:48 -0400 (A... |
[
{
"msg_contents": "\nchmod 755 blib/arch/auto/Pg/Pg.so\ncp Pg.bs blib/arch/auto/Pg/Pg.bs\nchmod 644 blib/arch/auto/Pg/Pg.bs\nManifying blib/man3/Pg.3\nmkdir /usr/local/lib/perl5/site_perl: No such file or directory at \\\n\t/usr/libdata/perl/5.00502/ExtUtils/Install.pm line 57\ngmake[3]: *** [pure_site_install]... |
[
{
"msg_contents": "I started out with a Makefile.custom which has in it the following:\n\nUSE_TCL= true\nTCL_LIB= -ltcl\nX_LIBS= -L/usr/X11/lib\nTK_LIB= -ltk\n\nDid a \"configure\", without specifying --with-tcl, then did a \"make\ninstall\". The installation process hangs forever at the\n\"mkMakefile.tcldefs.s... |
[
{
"msg_contents": "> YES! That's exactly the problem! Relinked with -Bsymbolic (which\n> necessitates -lc -lm, as well) and all's fine. Thanks.\n> > In testing on my machine the linking works correctly...\n> Yup. It doesn't use -Bsymbolic by default.\n\nDarn. It was apparently broken when the main Postgres ... |
[
{
"msg_contents": "somehow current CVS configure does not detect that $CC -E is not working on AIX\nand therefore configures xlc -E as preprocessor. It should be /lib/cpp\n\n???\nAndreas\n\n",
"msg_date": "Tue, 27 Oct 1998 17:49:54 +0100",
"msg_from": "Andreas Zeugswetter <andreas.zeugswetter@telecom.at... |
[
{
"msg_contents": "Needs continuation character for portability:\n\n*** s_lock.h.ori\tTue Oct 13 14:21:55 1998\n--- s_lock.h\tTue Oct 27 18:03:57 \n1998\n***************\n*** 175,181 ****\n tas(volatile slock_t *lock)\n {\n \n register _res;\n! __asm__(\"sbitb 0, %0\n \tsfsd %1\"\n \t: \"=m\"(*lock), \n... |
[
{
"msg_contents": "> found an email from you, from Tue, 12 May 1998, where you describe the\n> problems I am having with regards to casting from money to other \n> types.\n> \"So there is some funny interaction on the casting, the same as you \n> found in v6.3.2 (and presumably forever), which I will look into.... |
[
{
"msg_contents": ">> somehow current CVS configure does not detect that $CC -E is not\n>> working on AIX and therefore configures xlc -E as preprocessor. It\n>> should be /lib/cpp\n>\n>Hmm. We just use the standard Autoconf AC_PROG_CPP macro, and there\n>are comments in the Autoconf code that show it's been t... |
[
{
"msg_contents": "There is a new Postscript graphics file in doc/src/graphics/catalogs.ps.\nI assume that the comment in the log:\n\nrevision 1.1\ndate: 1998/08/11 02:32:00; author: momjian; state: Exp;\nNew findoidjoins examines oid columns to find join relationships.\n\nmay mean that something in that is d... |
[
{
"msg_contents": "Someone checked in code that assumes vsnprintf() exists.\n\nShould be cool, we have an emulation right? Well, no.\nconfigure sets up to build port/snprintf.c if snprintf()\ndoesn't exist. HPUX, for one, has that but not vsnprintf.\n\nI guess the right fix is for configure to check for *both... |
[
{
"msg_contents": "> We do insist on gmake. Can't compile without it.\n\nThen can we use the gmake 'include' instead of the configure *.in files?\n\n> Like the term \"sed monsters\"?\n\nYes :)\n\nTaral\n",
"msg_date": "Tue, 27 Oct 1998 17:29:27 -0600",
"msg_from": "\"Taral\" <taral@mail.utexas.edu>",
... |
[
{
"msg_contents": "[Charset iso-8859-1 unsupported, filtering to ASCII...]\n> > We do insist on gmake. Can't compile without it.\n> \n> Then can we use the gmake 'include' instead of the configure *.in files?\n> \n> > Like the term \"sed monsters\"?\n> \n> Yes :)\n\nSo you output all defines into a single file... |
[
{
"msg_contents": "\nI was hoping someone could shed some light on the \nfollowing problem:\n\nThe subselect under 6.4 ignores indexes built on \ntables. For example, consider the following two\ntables:\n\n\\d sales;\n\nTable = sales\n\nsupplysource varchar() not null 16\nsupply varchar() not nul... |
[
{
"msg_contents": "> > > _ NetBSD 1.3 NS32532\n> Sorry I can't confirm or deny that this works on my machine right\n> now. I tried to upgrade it to NetBSD-current a couple of months\n> ago, and mostly got there.\n\nI don't have my heart set on v1.3, the NS32532 and the NetBSD is the\ninteresting part. If -cur... |
[
{
"msg_contents": "Additions\n---------\nCREATE TABLE test (x text, s serial) fails if no database creation permission\nregression test all platforms\n\nSerious Items\n------------\nchange pg args for platforms that don't support argv changes\n\t(setproctitle()?, sendmail hack?)\n\nDocs\n----\ngenerate html/pos... |
[
{
"msg_contents": "> Except that now causes an illegal instruction fault, since the\n> assembler thinks the second instruction is some of the args to\n> the first. Will '\\n\\' work instead of '\\' as I modified the\n> patch below?\n\nYes, sorry, therefore only this will work.\n\n*** s_lock.h.ori\tTue Oct 13 1... |
[
{
"msg_contents": "Hi,\n\nAIX 4.2.1 regression tests are ok :-)\n\nint2 .. failed\t\tother errmsg (ok)\nint4 .. failed\t\tother errmsg (ok)\nfloat8 .. failed\t\thas correct output / expected is wrong (ok)\ngeometry .. failed\trounding diffs (ok)\nabstime .. failed\tPDT instead of PST in some rows, 1h diffe... |
[
{
"msg_contents": "Hi All,\n\nI'm trying to compile the 6.3.2 version con SCO Openserver 5.0.4 with gcc\nprovided\nby SCO. It compile cleanly after some patches but I'm unable to connect to\nthe template1\ndatabase with postgres user. Psql reports \"User authentication failed\" etc.\nSo I want know\nwhere can I... |
[
{
"msg_contents": "Hi all,\n\nI don't know if this was alredy reported, if so, please forget it.\nI created a table with a serial data type and PostgreSQL creates an\nimplicit sequence, \nthen I droped the table but the sequence is already there, if I try to\nre-create \nthe same table PostgreSQL refuse to do t... |
[
{
"msg_contents": "Hi all,\n\nI would to report that LOCK TABLE doesn't work outside\ntransactions but PostgreSQL accepts this statement outside\ntransactions whithout saying nothing...\n\nprova=> begin work;\nBEGIN\nprova=> select * from films where code = 'BL102';\ncode |title |did| date_prod|kind ... |
[
{
"msg_contents": "\nConsider this one what is to be released in 3 days...\n\nMarc G. Fournier \nSystems Administrator @ hub.org \nprimary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org \n\n",
"msg_date": "Wed, 28 Oct 1998 11:33:59 -0400 (AST)",
"ms... |
[
{
"msg_contents": "Here are the open items. Thanks to Jan, the only 'hot' item left is the\nps args issue. People on non-BSD platforms will see all their backends\ncalled 'postmaster', because argv[0] changes do not reflect in ps arg\ndisplays.\n\nI have asked that at least we get set_proctitle() working for ... |
[
{
"msg_contents": "\n> I'm running Linux 2.1.88 and get\n>\n> 15572 p2 S 0:01 /usr/local/pgsql/bin/postmaster -o -F\n> 16121 p2 S 0:01 /usr/local/pgsql/bin/postgres localhost twieck twieck idle\n>\n> from ps. So what isn't working?\n\nAlso works on AIX :-) \n\n\n",
"msg_date": "Wed, ... |
[
{
"msg_contents": "I did a database dump and reload on my play system just now in order\nto check Bruce's latest system table change. Something very weird\nhas happened since the prior dump, which was Saturday: two regular\ntables and two sequences lost all their tuples! (The empty sequences\nmade pg_dump unh... |
[
{
"msg_contents": "I on a SUnOS 5.6 box without root access trying to compile Postgres 6.3.2\nand getting the following:\n\n\n\n--------------------------------------------------------------------\nYou must use GNU make to use Postgres. It may be installed\non your system with the name 'gmake'.\n\nNOTE: If yo... |
[
{
"msg_contents": "As long as we're doing last-minute changes that force initdb ...\n\nI believe I've just identified another error in pg_operator.h.\nSpecifically, this tuple is bogus and ought to be deleted:\n\nDATA(insert OID = 619 ( \"<\"\t PGUID 0 b t f 704 704 16 0 0 0 0 intervalct - - ));\n\nTh... |
[
{
"msg_contents": "Hello!\n\nI'm the original reporter of \"vacuum crash\" problem.\nThank you for your quick fix.\n\nNow, I found another problem in nbtsearch.c.\nThis is my patch for it.\n# But, what I want to know is why postgres reaches this FATAL status...\n\n===============================================... |
[
{
"msg_contents": "Hi.\n\nI have not followed hackers regularly, so im sure this has probably been \nasked before. Anyways, I tried the 6.4 beta 3 today, and noticed that\nthe\nword \"USER\" has been reserved now. Since I have an app that uses a\ncolumn\nnamed \"user\" I went into backend/parser/gram.y and ad... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.