| От | nconway@klamath.dyndns.org (Neil Conway) |
|---|---|
| Тема | fmtId() and pg_dump |
| Дата | |
| Msg-id | 20020724232132.GA17480@klamath.dyndns.org обсуждение исходный текст |
| Ответы |
Re: fmtId() and pg_dump
|
| Список | pgsql-patches |
The attached patch implements the scheme outlined on -hackers a little
while ago for reducing the usage of fmtId() in pg_dump. This is just
a "proof of concept" -- I added a simple wrapper over
appendPQExpBuffer() that takes an extra formatting sequence. The
implementation is pretty trivial -- the assumption is made that
(a) all printf-like formatting sequences consist of a '%' followed
by a single character
(b) any occurance of a '%' is a part of a formatting string
I've converted a few of the places where fmtId() is used over to the new
syntax. The reason I'm posting the patch is to get some feedback:
is this a better method can just calling fmtId()?
If so, I'll add some comments, convert all the code to use the wrapper
as necessary, and think up a better name for the wrapper function.
Cheers,
Neil
--
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC
В списке pgsql-patches по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера