about hacking postgresql

From: abdelhak benmohamed <abdelhak(dot)benmohamed(at)yahoo(dot)fr>
To: pgsql-hackers(at)postgresql(dot)org
Subject: about hacking postgresql
Date: 2009-04-05 07:26:03
Message-ID: 681955.50481.qm@web24206.mail.ird.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

hello,
here more of details
I have a set of transaction.  Naturally, the transactions execute themselves in competition.  But I would want to give to every transaction a priority. Thus the transaction more priority must execute itself in first. 
 
I thought, as first step, to change the transaction syntax as follows
Start transaction (priority)
 
But I do not know where to do exactly the change in gram.y
for I have to try to change in TransactionStmt, but I always receive the message syntax error at now near (
 
thanks you a lot
 

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marko Kreen 2009-04-05 07:45:10 Re: Python 3.0 does not work with PL/Python
Previous Message Andrew Gierth 2009-04-05 04:29:53 Re: contrib/intarray vs empty arrays