Hi Tom,
Thanks for the solution. CIFS worked with fsync flag by ingnoring EINVAL in
copydir.c.
I tested fsync with 8.2.2 version of PostgreSQL, it worked fine without EINVAL
patch. I wanted to know is something changed in version 9.0.4 of postgreSQL.
As fsync flag was not working with Post
Hi Tom,
Thanks for the solution. CIFS worked with fsync flag by ingnoring EINVAL in
copydir.c.
I tested fsync with 8.2.2 version of PostgreSQL, it worked fine without EINVAL
patch. I wanted to know is something changed in version 9.0.4 of postgreSQL.
As fsync flag was not working with Post
Hi all,
when i am returning function as setof record then it will give error
"ERROR: set-valued function called in context that cannot accept a set
CONTEXT: PL/pgSQL function "gfs_ls" while casting return value to
function's return type"
plz help me to get rid of it