RE: I'd like to discuss scaleout at PGCon
От
Tsunakawa, Takayuki
Тема
RE: I'd like to discuss scaleout at PGCon
Дата
Msg-id
0A3221C70F24FB45833433255569204D1F9A0473@G01JPEXMBYT05
Ответ на
Re: I'd like to discuss scaleout at PGCon (Michael Paquier)
Список
Дерево обсуждения
I'd like to discuss scaleout at PGCon "MauMau" <maumau307@gmail.com>
Re: I'd like to discuss scaleout at PGCon Robert Haas <robertmhaas@gmail.com>
Re: I'd like to discuss scaleout at PGCon Merlin Moncure <mmoncure@gmail.com>
Re: I'd like to discuss scaleout at PGCon Bruce Momjian <bruce@momjian.us>
Re: I'd like to discuss scaleout at PGCon Merlin Moncure <mmoncure@gmail.com>
Re: I'd like to discuss scaleout at PGCon Bruce Momjian <bruce@momjian.us>
Re: I'd like to discuss scaleout at PGCon Haribabu Kommi <kommi.haribabu@gmail.com>
Re: I'd like to discuss scaleout at PGCon Bruce Momjian <bruce@momjian.us>
RE: I'd like to discuss scaleout at PGCon "tsunakawa.takay@fujitsu.com" <tsunakawa.takay@fujitsu.com>
Re: I'd like to discuss scaleout at PGCon "Joshua D. Drake" <jd@commandprompt.com>
Re: I'd like to discuss scaleout at PGCon "MauMau" <maumau307@gmail.com>
Re: I'd like to discuss scaleout at PGCon Konstantin Knizhnik <k.knizhnik@postgrespro.ru>
RE: I'd like to discuss scaleout at PGCon "Tsunakawa, Takayuki" <tsunakawa.takay@jp.fujitsu.com>
Re: I'd like to discuss scaleout at PGCon Pavel Stehule <pavel.stehule@gmail.com>
Re: I'd like to discuss scaleout at PGCon MauMau <maumau307@gmail.com>
Re: I'd like to discuss scaleout at PGCon Robert Haas <robertmhaas@gmail.com>
Re: I'd like to discuss scaleout at PGCon MauMau <maumau307@gmail.com>
Re: I'd like to discuss scaleout at PGCon Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: I'd like to discuss scaleout at PGCon Tom Lane <tgl@sss.pgh.pa.us>
Re: I'd like to discuss scaleout at PGCon Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: I'd like to discuss scaleout at PGCon "MauMau" <maumau307@gmail.com>
Re: I'd like to discuss scaleout at PGCon Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: I'd like to discuss scaleout at PGCon Alvaro Herrera <alvherre@2ndquadrant.com>
Re: I'd like to discuss scaleout at PGCon "MauMau" <maumau307@gmail.com>
Re: I'd like to discuss scaleout at PGCon "MauMau" <maumau307@gmail.com>
Re: I'd like to discuss scaleout at PGCon Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: I'd like to discuss scaleout at PGCon "MauMau" <maumau307@gmail.com>
Re: I'd like to discuss scaleout at PGCon Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: I'd like to discuss scaleout at PGCon Michael Paquier <michael@paquier.xyz>
RE: I'd like to discuss scaleout at PGCon "Tsunakawa, Takayuki" <tsunakawa.takay@jp.fujitsu.com>
Re: I'd like to discuss scaleout at PGCon Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: I'd like to discuss scaleout at PGCon "MauMau" <maumau307@gmail.com>
Re: I'd like to discuss scaleout at PGCon Simon Riggs <simon@2ndquadrant.com>
Re: I'd like to discuss scaleout at PGCon "MauMau" <maumau307@gmail.com>
Re: I'd like to discuss scaleout at PGCon Simon Riggs <simon@2ndquadrant.com>
Re: I'd like to discuss scaleout at PGCon Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: I'd like to discuss scaleout at PGCon Simon Riggs <simon@2ndquadrant.com>
Re: I'd like to discuss scaleout at PGCon "MauMau" <maumau307@gmail.com>
Re: I'd like to discuss scaleout at PGCon Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: I'd like to discuss scaleout at PGCon Simon Riggs <simon@2ndquadrant.com>
Re: I'd like to discuss scaleout at PGCon Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: I'd like to discuss scaleout at PGCon "MauMau" <maumau307@gmail.com>
Re: I'd like to discuss scaleout at PGCon "MauMau" <maumau307@gmail.com>
Re: I'd like to discuss scaleout at PGCon Michael Paquier <michael@paquier.xyz>
Re: I'd like to discuss scaleout at PGCon "MauMau" <maumau307@gmail.com>
Re: I'd like to discuss scaleout at PGCon Simon Riggs <simon@2ndquadrant.com>
Re: I'd like to discuss scaleout at PGCon "MauMau" <maumau307@gmail.com>
From: Michael Paquier [mailto:michael@paquier.xyz]
> > On Wed, Jun 6, 2018 at 8:16 PM, MauMau wrote:
> >> Looking at the XL source code, the following sequence of functions
> >> are called when the coordinator handles the Row Description message
> >> ('T') from the data node. I guess the parsing is necessary to
> >> process type names combined with type modifiers, e.g. "char(100)".
> >>
> >> create_tuple_desc
> >> parseTypeString
> >> typeStringToTypeName
> >> raw_parser
> >
> > Hmm, strange. I had not seen that in Postgres-XC.
>
> Where is that located in the XC code? If you point out to the location
> it may revive some past memories from either Ashutosh or me.
The XL-specific code path is this in src/backend/pgxc/pool/execRemote.c (I don't know this also exists in XC):
handle_response -> HandleRowDescription -> create_tuple_desc
I think the rest exists in PostgreSQL:
parseTypeString -> typeStringToTypeName -> raw_parser
Regards
Takayuki Tsunakawa
В списке pgsql-hackers по дате отправления