Re: [HACKERS] grant broken

From: Zeugswetter Andreas DBT <Andreas(dot)Zeugswetter(at)telecom(dot)at>
To: "'pgsql-hackers(at)hub(dot)org'" <pgsql-hackers(at)hub(dot)org>
Subject: Re: [HACKERS] grant broken
Date: 1998-01-09 15:36:27
Message-ID: 219F68D65015D011A8E000006F8590C60F2524@sdexcsrv1.sd.spardat.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>>
>> While implementing a method to retrieve the permissions on a table,
>> the statement: "grant all on test to public;" kills the backend.
>
>Works here.

Don't work here either:
(dbx) where
OrderedElemPop(elem = 0x2008b4c8), line 130 in "oset.c"
AllocSetFree(0x2008b1c8, 0x2008b4d8), line 226 in "aset.c"
AllocSetReset(0x2008b1c8), line 134 in "aset.c"
EndPortalAllocMode(), line 914 in "portalmem.c"
AtCommit_Memory(), line 688 in "xact.c"
CommitTransaction(), line 899 in "xact.c"
CommitTransactionCommand(), line 1084 in "xact.c"
PostgresMain(0xa, 0x2ff22aa0), line 1600 in "postgres.c"
main(argc = 10, argv = 0x2ff22aa0), line 79 in "main.c"

(invalid char ptr (0x2008b4d8))), line 226 in "aset.c"

Andreas

Browse pgsql-hackers by date

  From Date Subject
Next Message Darren King 1998-01-09 15:43:27 Re: [HACKERS] Disk block size issues.
Previous Message Darren King 1998-01-09 15:35:07 Re: [HACKERS] column labels now with obligatory 'as'