Re: Beginner hacker item: Fix to_reg*() input type

From: Petr Korobeinikov <pkorobeinikov(at)gmail(dot)com>
To: Jim Nasby <Jim(dot)Nasby(at)bluetreble(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Beginner hacker item: Fix to_reg*() input type
Date: 2016-01-04 23:55:16
Message-ID: CAJL5ff8Sne0YG=X3g834c+fV3eD5Gdk+U9soY_ym=jtGjea54A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> - Modify the functions in regproc.c. Take a look at how other text input
> functions work to see what needs to happen here (you'll want to use
> text_to_cstring() as part of that.)
>
> - Modify the appropriate entries in src/include/catalog/pg_proc.h

Let me try.
`make check` says "All 160 tests passed.".

Attachment Content-Type Size
pg_proc.diff text/plain 7.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2016-01-05 00:57:35 Re: remove wal_level archive
Previous Message Robert Haas 2016-01-04 23:19:30 Re: Additional role attributes && superuser review