About the simple_heap_update function - Mailing list pgsql-hackers

From rupesh bajaj
Subject About the simple_heap_update function
Date
Msg-id c6bd6a440704261204r105b9929l25a3bbea0030684e@mail.gmail.com
Whole thread Raw
Responses Re: About the simple_heap_update function  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi,<br />I try to update a tuple in pg_attribute table by using the function simple_heap_update while somequery
processingis going on. But when I use to see the value of that tuple(just updated) once again by SearchSysCache
functionin the same query processing, I am not able to see the updated values. Can you please tell me what is the
reason.Or what should i do to make the updation visible. <br /><br />Thanks,<br />Rupesh Bajaj<br /> 

pgsql-hackers by date:

Previous
From: "Andrew Dunstan"
Date:
Subject: Re: Buildfarm: Stage logs not available for MSVC builds
Next
From: Tom Lane
Date:
Subject: Re: About the simple_heap_update function