On Wed, Aug 17, 2016 at 11:36 AM, Andrew Gierth <[email protected]> wrote: >>>>>> "Robert" == Robert Haas <[email protected]> writes: > > Robert> Hmm, so sizeof() has different semantics in C vs. C++? > > No. '1' has different semantics in C vs C++. (In C, '1' is an int, > whereas in C++ it's a char. It so happens that (sizeof '1') is the only > case which is valid in both C and C++ where this makes a difference.)
OK. Doesn't seem like a big problem. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
