Thread

  1. 6.5.3 is ready

    Bruce Momjian <maillist@candle.pha.pa.us> — 1999-11-02T04:05:47Z

    Marc, 6.5.3 is ready for packaging.
    
    -- 
      Bruce Momjian                        |  http://www.op.net/~candle
      maillist@candle.pha.pa.us            |  (610) 853-3000
      +  If your life is a hard drive,     |  830 Blythe Avenue
      +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
    
    
  2. A bug in NOT IN (SELECT ...

    Hannu Krosing <hannu@tm.ee> — 1999-11-02T08:11:55Z

    Hi,
    
    Pleas post this to approproiate lists also, as I'm currently 
    rejected from lists due to address change.
    
    I am running 6.5.2 on RH Linux 6.0 and I have a following bug
    (the dump of two tables involved is attached)
    
    hannu=> select title from document where subject not in (
    hannu-> select full_path from group_directory);
    title
    -----
    (0 rows)
     
    hannu=> select title from document where not subject in (
    hannu-> select full_path from group_directory);
    testcert
    .
    .
    .
    tester
    tester
    lugu
    hlhkllk
    (26 rows)
    
    What's even more scary is that a little after trying to get it 
    work right and doing the first query a lot, I got a server crash 
    with corrupted shared memory, that had to be cured with a reboot
    (was faster than finding docs for ipcclean)
    
    -----------------
    Hannu
  3. Re: [HACKERS] 6.5.3 is ready

    Marc G. Fournier <scrappy@hub.org> — 1999-11-02T16:37:13Z

    Sorry, will do that this afternoon...work has been a...battleground
    recently, and arms/legs have been flying :)  Its been  great ... :)
    
    On Mon, 1 Nov 1999, Bruce Momjian wrote:
    
    > Marc, 6.5.3 is ready for packaging.
    > 
    > -- 
    >   Bruce Momjian                        |  http://www.op.net/~candle
    >   maillist@candle.pha.pa.us            |  (610) 853-3000
    >   +  If your life is a hard drive,     |  830 Blythe Avenue
    >   +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
    > 
    > ************
    > 
    
    Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
    Systems Administrator @ hub.org 
    primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org 
    
    
    
  4. Re: [HACKERS] 6.5.3 is ready

    Bruce Momjian <maillist@candle.pha.pa.us> — 1999-11-02T16:44:18Z

    > 
    > Sorry, will do that this afternoon...work has been a...battleground
    > recently, and arms/legs have been flying :)  Its been  great ... :)
    > 
    
    Good thing you are late.  Lamar found problems with pgaccess and perl
    that I have since fixed.
    
    
    -- 
      Bruce Momjian                        |  http://www.op.net/~candle
      maillist@candle.pha.pa.us            |  (610) 853-3000
      +  If your life is a hard drive,     |  830 Blythe Avenue
      +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
    
    
  5. Re: [HACKERS] 6.5.3 is ready

    Lamar Owen <lamar.owen@wgcr.org> — 1999-11-02T18:24:04Z

    Bruce Momjian wrote:
    > 
    > >
    > > Sorry, will do that this afternoon...work has been a...battleground
    > > recently, and arms/legs have been flying :)  Its been  great ... :)
    > >
    > 
    > Good thing you are late.  Lamar found problems with pgaccess and perl
    > that I have since fixed.
    
    Just to be complete, consider the pgaccess stuff and the perl issue
    resolved completely.  REL6_5_PATCHES builds flawlessly here (on both
    RedHat 6.x and RedHat 5.2), passes regression (except float8, geometry,
    and misc -- all of which are known failures under Linux 2.xx with
    glibc2.x), pgaccess runs, and the perl test script passes.
    
    You have a 'Go', Houston.....
    
    --
    Lamar Owen
    WGCR Internet Radio
    1 Peter 4:11
    
    
  6. Re: A bug in NOT IN (SELECT ...

    Bruce Momjian <pgman@candle.pha.pa.us> — 1999-11-30T02:28:28Z

    Can you be more specific about the problem?
    
    > Hi,
    > 
    > Pleas post this to approproiate lists also, as I'm currently 
    > rejected from lists due to address change.
    > 
    > I am running 6.5.2 on RH Linux 6.0 and I have a following bug
    > (the dump of two tables involved is attached)
    
    > 
    > hannu=> select title from document where subject not in (
    > hannu-> select full_path from group_directory);
    > title
    > -----
    > (0 rows)
    >  
    > hannu=> select title from document where not subject in (
    > hannu-> select full_path from group_directory);
    > testcert
    > .
    > .
    > .
    > tester
    > tester
    > lugu
    > hlhkllk
    > (26 rows)
    > 
    > What's even more scary is that a little after trying to get it 
    > work right and doing the first query a lot, I got a server crash 
    > with corrupted shared memory, that had to be cured with a reboot
    > (was faster than finding docs for ipcclean)
    
    -- 
      Bruce Momjian                        |  http://www.op.net/~candle
      maillist@candle.pha.pa.us            |  (610) 853-3000
      +  If your life is a hard drive,     |  830 Blythe Avenue
      +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026