missing history for pg_exec_query_string()

From: Jaime Casanova <jaime(at)2ndquadrant(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: missing history for pg_exec_query_string()
Date: 2011-03-23 22:56:44
Message-ID: AANLkTikavgL9RWDf=8Cm-4=sZuOz=tCo8G9hFbgYJbhf@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I'm looking for the history of pg_exec_query_string() and found that
it dissapear in 7.4, so i tried to look at "git log" to find out if it
was renamed or removed completely and found only this 3 commits:
http://git.postgresql.org/gitweb?p=postgresql.git&a=search&h=cd48aa0e9636c6225d34f366a9d71e7fc118c9f3&st=commit&s=pg_exec_query_string,
and none of them removes or renames it...

i'm pretty sure exec_simple_query() is what we used to call
pg_exec_query_string() but i had to look for functions with similar
names and then compare the code, not very elegant :(

any idea what happens to this part of the history?

--
Jaime Casanova         www.2ndQuadrant.com
Professional PostgreSQL: Soporte y capacitación de PostgreSQL

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Cédric Villemain 2011-03-23 23:50:45 Re: missing history for pg_exec_query_string()
Previous Message Tom Lane 2011-03-23 22:12:12 Re: 2nd Level Buffer Cache