Обсуждение: Standardize the printf format for st_size

Поиск
Список
Период
Сортировка

Standardize the printf format for st_size

От
Peter Eisentraut
Дата:
Existing code uses various inconsistent ways to printf struct stat's 
st_size member.  The type of that is off_t, which is in most cases a 
signed 64-bit integer, so use the long long int format for it.

I don't think anything is affected by this in practice, but it seems 
reasonable to set a good convention for the next time this code gets copied.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Вложения